validators\IpValidator getRanges()

getRanges() public method public array getRanges ( )return array The IPv4 or IPv6 ranges that are allowed or forbidden.

console\Controller optionAliases()

optionAliases() public method (available since version 2.0.8) Returns option alias names. Child classes may override this method to specify alias options. See also \yii\console\options($actionID). public array optionAliases ( )return array The options alias names valid for the action where the keys is alias name for option and value is option name.

captcha\CaptchaAction $fixedVerifyCode

$fixedVerifyCode public property The fixed verification code. When this property is set, getVerifyCode() will always return the value of this property. This is mainly used in automated tests where we want to be able to reproduce the same verification code each time we run the tests. If not set, it means the verification code will be randomly generated. public string $fixedVerifyCode = null

gii\generators\controller\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

web\HeaderCollection get()

get() public method Returns the named header(s). public string|array get ( $name, $default = null, $first = true )$name string The name of the header to return $default mixed The value to return in case the named header does not exist $first boolean Whether to only return the first header of the specified name. If false, all headers of the specified name will be returned. return string|array The named header(s). If $first is true, a string will be returned; If $first is false, an

validators\DateValidator parseDateValue()

parseDateValue() protected method Parses date string into UNIX timestamp protected integer|false parseDateValue ( $value )$value string String representing date return integer|false A UNIX timestamp or false on failure.

mail\MessageInterface getFrom()

getFrom() public abstract method Returns the message sender. public abstract string getFrom ( )return string The sender

console\controllers\BaseMigrateController migrateToTime()

migrateToTime() protected method Migrates to the specified apply time in the past. protected void migrateToTime ( $time )$time integer UNIX timestamp value.

base\ArrayAccessTrait offsetUnset()

offsetUnset() public method This method is required by the interface ArrayAccess. public void offsetUnset ( $offset )$offset mixed The offset to unset element

db\ActiveRelationTrait $via

$via public property The query associated with the junction table. Please call via() to set this property instead of directly setting it. This property is only used in relational context. See also via(). public array|object $via = null