Page MenuHomePhorge

PhutilCalendarNode.php
No OneTemporary

Size
430 B
Referenced Files
None
Subscribers
None

PhutilCalendarNode.php

<?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

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)

Event Timeline