Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102556722
PhutilCalendarRootNode.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, Feb 21, 23:37
Size
228 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 23:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24363307
Attached To
rPHU libphutil
PhutilCalendarRootNode.php
View Options
<?php
final
class
PhutilCalendarRootNode
extends
PhutilCalendarContainerNode
{
const
NODETYPE
=
'root'
;
public
function
getDocuments
()
{
return
$this
->
getChildrenOfType
(
PhutilCalendarDocumentNode
::
NODETYPE
);
}
}
Event Timeline
Log In to Comment