Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F953091
AphrontCalendarDayEventView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
824 B
Referenced Files
None
Subscribers
None
AphrontCalendarDayEventView.php
View Options
<?php
final
class
AphrontCalendarDayEventView
extends
AphrontView
{
private
$epochStart
;
private
$epochEnd
;
private
$name
;
private
$uri
;
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
setEpochRange
(
$start
,
$end
)
{
$this
->
epochStart
=
$start
;
$this
->
epochEnd
=
$end
;
return
$this
;
}
public
function
getEpochStart
()
{
return
$this
->
epochStart
;
}
public
function
getEpochEnd
()
{
return
$this
->
epochEnd
;
}
public
function
render
()
{
$box
=
new
PHUIObjectBoxView
();
$box
->
setHeaderText
(
$this
->
name
);
return
$box
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:53 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226775
Default Alt Text
AphrontCalendarDayEventView.php (824 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment