Page MenuHomePhorge

ManiphestFlagCustomField.php
No OneTemporary

Size
438 B
Referenced Files
None
Subscribers
None

ManiphestFlagCustomField.php

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

Mime Type
text/x-php
Expires
Tue, May 13, 1:26 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
104787
Default Alt Text
ManiphestFlagCustomField.php (438 B)

Event Timeline