bootstrap\ToggleButtonGroup $type

$type public property Input type, can be: 'checkbox' 'radio' public string $type = null

authclient\signature\RsaSha1 generateSignature()

generateSignature() public method Generates OAuth request signature. public string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.

base\Controller getView()

getView() public method Returns the view object that can be used to render views or view files. The render(), renderPartial() and renderFile() methods will use this view object to implement the actual view rendering. If not set, it will default to the "view" application component. public yii\base\View|yii\web\View getView ( )return yii\base\View|yii\web\View The view object that can be used to render views or view files.

i18n\Formatter asShortSize()

asShortSize() public method Formats the value in bytes as a size in human readable form for example 12 KB. This is the short form of asSize(). If $sizeFormatBase is 1024, binary prefixes (e.g. kibibyte/KiB, mebibyte/MiB, ...) are used in the formatting result. See also: \yii\i18n\sizeFormat asSize() public string asShortSize ( $value, $decimals = null, $options = [], $textOptions = [] )$value string|integer|float Value in bytes to be formatted. $decimals integer The number of digits

authclient\QQ initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

base\Controller getRoute()

getRoute() public method Returns the route of the current request. public string getRoute ( )return string The route (module ID, controller ID and action ID) of the current request.

widgets\ActiveForm $validatingCssClass

$validatingCssClass public property The CSS class that is added to a field container when the associated attribute is being validated. public string $validatingCssClass = 'validating'

console\controllers\MigrateController $useTablePrefix

$useTablePrefix public property (available since version 2.0.8) Indicates whether the table names generated should consider the tablePrefix setting of the DB connection. For example, if the table name is post the generator wil return {{%post}}. public boolean $useTablePrefix = false

widgets\Pjax requiresPjax()

requiresPjax() protected method protected boolean requiresPjax ( )return boolean Whether the current request requires pjax response from this widget

authclient\ClientInterface setTitle()

setTitle() public abstract method public abstract void setTitle ( $title )$title string Service title.