db\TableSchema getColumn()

getColumn() public method Gets the named column metadata. This is a convenient method for retrieving a named column even if it does not exist. public yii\db\ColumnSchema getColumn ( $name )$name string Column name return yii\db\ColumnSchema Metadata of the named column. Null if the named column does not exist.

filters\AccessRule matchVerb()

matchVerb() protected method protected boolean matchVerb ( $verb )$verb string The request method. return boolean Whether the rule applies to the request

swiftmailer\Message $subject

$subject public property The message subject public string getSubject ( )public $this setSubject ( $subject )

authclient\Collection getClient()

getClient() public method public yii\authclient\ClientInterface getClient ( $id )$id string Service id. return yii\authclient\ClientInterface Auth client instance. throws yii\base\InvalidParamException on non existing client request.

authclient\OAuth1 generateNonce()

generateNonce() protected method Generates nonce value. protected string generateNonce ( )return string Nonce value.

authclient\OAuth1 $accessTokenUrl

$accessTokenUrl public property OAuth access token URL. public string $accessTokenUrl = null

helpers\BaseConsole moveCursorDown()

moveCursorDown() public static method Moves the terminal cursor down by sending ANSI control code CUD to the terminal. If the cursor is already at the edge of the screen, this has no effect. public static void moveCursorDown ( $rows = 1 )$rows integer Number of rows the cursor should be moved down

web\UrlRule $normalizer

$normalizer public property (available since version 2.0.10) The configuration for yii\web\UrlNormalizer used by this rule. If null, yii\web\UrlManager::$normalizer will be used, if false, normalization will be skipped for this rule. public yii\web\UrlNormalizer|array|false|null $normalizer = null

bootstrap\ToggleButtonGroup run()

run() public method Executes the widget. public string run ( )return string The result of widget execution to be outputted.

captcha\CaptchaValidator $skipOnEmpty

$skipOnEmpty public property Whether to skip this validator if the input is empty. public boolean $skipOnEmpty = false