Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F557317
ManiphestFlagCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
438 B
Referenced Files
None
Subscribers
None
ManiphestFlagCustomField.php
View Options
<?php
// I'm not sure this is the right use for the Proxy capability.
// Probably should just use Traits for this.
final
class
ManiphestFlagCustomField
extends
ManiphestCustomField
{
public
function
__construct
()
{
$this
->
setProxy
(
new
PhorgeFlagFlaggedObjectCustomField
());
}
public
function
canSetProxy
()
{
return
true
;
}
public
function
newStorageObject
()
{
return
$this
->
getProxy
()->
newStorageObject
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 8:01 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
104787
Default Alt Text
ManiphestFlagCustomField.php (438 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment