Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97161290
PhutilCalendarDocumentNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 3, 01:29
Size
230 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 01:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23340746
Attached To
rPHU libphutil
PhutilCalendarDocumentNode.php
View Options
<?php
final
class
PhutilCalendarDocumentNode
extends
PhutilCalendarContainerNode
{
const
NODETYPE
=
'document'
;
public
function
getEvents
()
{
return
$this
->
getChildrenOfType
(
PhutilCalendarEventNode
::
NODETYPE
);
}
}
Event Timeline
Log In to Comment