Page MenuHomec4science

PhabricatorCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Wed, Mar 26, 02:48

PhabricatorCustomFieldStorage.php

<?php
abstract class PhabricatorCustomFieldStorage
extends PhabricatorLiskDAO {
protected $objectPHID;
protected $fieldIndex;
protected $fieldValue;
public function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
) + parent::getConfiguration();
}
}

Event Timeline