Page MenuHomec4science

PhabricatorCustomFieldStorage.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 22:12

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