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. |
public function getValueDate()
public function getValueDate()
Return
wild |
public function getValueTime()
public function getValueTime()
Return
wild |
public function isValid()
public function isValid()
Return
wild |
public function isEmpty()
public function isEmpty()
Return
wild |
public function isDisabled()
public function isDisabled()
Return
wild |
public function setEnabled($enabled)
public function setEnabled($enabled)
Parameters
$enabled |
Return
wild |
public function setOptional($optional)
public function setOptional($optional)
Parameters
$optional |
Return
wild |
public function getOptional()
public function getOptional()
Return
wild |
public function getViewer()
public function getViewer()
Return
wild |
public static function newFromRequest($request, $key)
public static function newFromRequest($request, $key)
Parameters
AphrontRequest | $request | |
$key |
Return
wild |
public static function newFromEpoch($viewer, $epoch)
public static function newFromEpoch($viewer, $epoch)
Parameters
PhabricatorUser | $viewer | |
$epoch |
Return
wild |
public static function newFromDictionary($viewer, $dictionary)
public static function newFromDictionary($viewer, $dictionary)
Parameters
PhabricatorUser | $viewer | |
array | $dictionary |
Return
wild |
public static function newFromWild($viewer, $wild)
public static function newFromWild($viewer, $wild)
Parameters
PhabricatorUser | $viewer | |
$wild |
Return
wild |
public function getDictionary()
public function getDictionary()
Return
wild |
public function getValueAsFormat($format)
public function getValueAsFormat($format)
Parameters
$format |
Return
wild |
private function formatTime($epoch, $format)
private function formatTime($epoch, $format)
Parameters
$epoch | ||
$format |
Return
wild |
public function getEpoch()
public function getEpoch()
Return
wild |
private function getTimeFormat()
private function getTimeFormat()
Return
wild |
private function getDateFormat()
private function getDateFormat()
Return
wild |
private function getFormattedDateFromDate($date, $time)
private function getFormattedDateFromDate($date, $time)
Parameters
$date | ||
$time |
Return
wild |
private function newDateTime($date, $time)
private function newDateTime($date, $time)
Parameters
$date | ||
$time |
Return
wild |
public function newPhutilDateTime()
public function newPhutilDateTime()
Return
wild |
private function getFormattedDateFromParts($year, $month, $day, $time)
private function getFormattedDateFromParts($year, $month, $day, $time)
Parameters
$year | ||
$month | ||
$day | ||
$time |
Return
wild |
private function getFormatSeparator()
private function getFormatSeparator()
Return
wild |
public function getDateTime()
public function getDateTime()
Return
wild |
private function getTimezone()
private function getTimezone()
Return
wild |
private function getStandardDateFormat($date)
private function getStandardDateFormat($date)
Parameters
$date |
Return
wild |
private function getStandardTimeFormat($time)
private function getStandardTimeFormat($time)
Parameters
$time |
Return
wild |