public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final public function setFile($file)Inherited
final public function setFile($file)
Inherited
Parameters
PhabricatorFile | $file |
Return
wild |
final public function getFile()Inherited
final public function getFile()
Inherited
Return
wild |
public function getStorageFormatName()
public function getStorageFormatName()
Return
wild |
public function newReadIterator($raw_iterator)
public function newReadIterator($raw_iterator)
Parameters
$raw_iterator |
Return
wild |
public function newWriteIterator($raw_iterator)
public function newWriteIterator($raw_iterator)
Parameters
$raw_iterator |
Return
wild |
public function newFormatIntegrityHash()Inherited
public function newFormatIntegrityHash()
Inherited
Return
wild |
public function newStorageProperties()Inherited
public function newStorageProperties()
Inherited
Return
wild |
public function canGenerateNewKeyMaterial()Inherited
public function canGenerateNewKeyMaterial()
Inherited
Return
wild |
public function generateNewKeyMaterial()Inherited
public function generateNewKeyMaterial()
Inherited
Return
wild |
public function canCycleMasterKey()Inherited
public function canCycleMasterKey()
Inherited
Return
wild |
public function cycleStorageProperties()Inherited
public function cycleStorageProperties()
Inherited
Return
wild |
public function selectMasterKey($key_name)Inherited
public function selectMasterKey($key_name)
Inherited
Parameters
$key_name |
Return
wild |
final public function getStorageFormatKey()Inherited
final public function getStorageFormatKey()
Inherited
Return
wild |
final public static function getAllFormats()Inherited
final public static function getAllFormats()
Inherited
Return
wild |
final public static function getFormat($key)Inherited
final public static function getFormat($key)
Inherited
Parameters
$key |
Return
wild |
final public static function requireFormat($key)Inherited
final public static function requireFormat($key)
Inherited
Parameters
$key |
Return
wild |