Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F480075
PhutilCalendarUserNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
672 B
Referenced Files
None
Subscribers
None
PhutilCalendarUserNode.php
View Options
<?php
final
class
PhutilCalendarUserNode
extends
PhutilCalendarNode
{
private
$name
;
private
$uri
;
private
$status
;
const
STATUS_INVITED
=
'invited'
;
const
STATUS_ACCEPTED
=
'accepted'
;
const
STATUS_DECLINED
=
'declined'
;
public
function
setName
(
$name
)
{
$this
->
name
=
$name
;
return
$this
;
}
public
function
getName
()
{
return
$this
->
name
;
}
public
function
setURI
(
$uri
)
{
$this
->
uri
=
$uri
;
return
$this
;
}
public
function
getURI
()
{
return
$this
->
uri
;
}
public
function
setStatus
(
$status
)
{
$this
->
status
=
$status
;
return
$this
;
}
public
function
getStatus
()
{
return
$this
->
status
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 10:11 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87385
Default Alt Text
PhutilCalendarUserNode.php (672 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment