Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101718348
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
Thu, Feb 13, 01:06
Size
230 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 01:06 (2 d)
Engine
blob
Format
Raw Data
Handle
24221524
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