Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555620
PhutilCalendarNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
PhutilCalendarNode.php
View Options
<?php
abstract
class
PhutilCalendarNode
extends
Phobject
{
private
$attributes
=
array
();
final
public
function
getNodeType
()
{
return
$this
->
getPhobjectClassConstant
(
'NODETYPE'
);
}
final
public
function
setAttribute
(
$key
,
$value
)
{
$this
->
attributes
[
$key
]
=
$value
;
return
$this
;
}
final
public
function
getAttribute
(
$key
,
$default
=
null
)
{
return
idx
(
$this
->
attributes
,
$key
,
$default
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:42 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
111533
Default Alt Text
PhutilCalendarNode.php (430 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment