Page MenuHomePhorge
Diviner Tech Docs AphrontFormDateControlValue

final class AphrontFormDateControlValue
Phorge Technical Documentation ()

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

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$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function getValueDate()

This method is not documented.
Return
wild

public function getValueTime()

This method is not documented.
Return
wild

public function isValid()

This method is not documented.
Return
wild

public function isEmpty()

This method is not documented.
Return
wild

public function isDisabled()

This method is not documented.
Return
wild

public function setEnabled($enabled)

This method is not documented.
Parameters
$enabled
Return
wild

public function setOptional($optional)

This method is not documented.
Parameters
$optional
Return
wild

public function getOptional()

This method is not documented.
Return
wild

public function getViewer()

This method is not documented.
Return
wild

public static function newFromRequest($request, $key)

This method is not documented.
Parameters
AphrontRequest$request
$key
Return
wild

public static function newFromEpoch($viewer, $epoch)

This method is not documented.
Parameters
PhabricatorUser$viewer
$epoch
Return
wild

public static function newFromDictionary($viewer, $dictionary)

This method is not documented.
Parameters
PhabricatorUser$viewer
array$dictionary
Return
wild

public static function newFromWild($viewer, $wild)

This method is not documented.
Parameters
PhabricatorUser$viewer
$wild
Return
wild

public function getDictionary()

This method is not documented.
Return
wild

public function getValueAsFormat($format)

This method is not documented.
Parameters
$format
Return
wild

private function formatTime($epoch, $format)

This method is not documented.
Parameters
$epoch
$format
Return
wild

public function getEpoch()

This method is not documented.
Return
wild

private function getTimeFormat()

This method is not documented.
Return
wild

private function getDateFormat()

This method is not documented.
Return
wild

private function getFormattedDateFromDate($date, $time)

This method is not documented.
Parameters
$date
$time
Return
wild

private function newDateTime($date, $time)

This method is not documented.
Parameters
$date
$time
Return
wild

public function newPhutilDateTime()

This method is not documented.
Return
wild

private function getFormattedDateFromParts($year, $month, $day, $time)

This method is not documented.
Parameters
$year
$month
$day
$time
Return
wild

private function getFormatSeparator()

This method is not documented.
Return
wild

public function getDateTime()

This method is not documented.
Return
wild

private function getTimezone()

This method is not documented.
Return
wild

private function getStandardDateFormat($date)

This method is not documented.
Parameters
$date
Return
wild

private function getStandardTimeFormat($time)

This method is not documented.
Parameters
$time
Return
wild