Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548256
PhabricatorEditPage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
973 B
Referenced Files
None
Subscribers
None
PhabricatorEditPage.php
View Options
<?php
final
class
PhabricatorEditPage
extends
Phobject
{
private
$key
;
private
$label
;
private
$fieldKeys
=
array
();
private
$viewURI
;
private
$isDefault
;
public
function
setKey
(
$key
)
{
$this
->
key
=
$key
;
return
$this
;
}
public
function
getKey
()
{
return
$this
->
key
;
}
public
function
setLabel
(
$label
)
{
$this
->
label
=
$label
;
return
$this
;
}
public
function
getLabel
()
{
return
$this
->
label
;
}
public
function
setFieldKeys
(
array
$field_keys
)
{
$this
->
fieldKeys
=
$field_keys
;
return
$this
;
}
public
function
getFieldKeys
()
{
return
$this
->
fieldKeys
;
}
public
function
setIsDefault
(
$is_default
)
{
$this
->
isDefault
=
$is_default
;
return
$this
;
}
public
function
getIsDefault
()
{
return
$this
->
isDefault
;
}
public
function
setViewURI
(
$view_uri
)
{
$this
->
viewURI
=
$view_uri
;
return
$this
;
}
public
function
getViewURI
()
{
return
$this
->
viewURI
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99515
Default Alt Text
PhabricatorEditPage.php (973 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment