Page MenuHomestyx hydra

ManiphestFlagCustomField.php
No OneTemporary

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
Fri, Nov 21, 12:05 PM (3 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
351295
Default Alt Text
ManiphestFlagCustomField.php (438 B)

Event Timeline