$depends public property public $depends = ['yii\web\JqueryAsset', 'yii\bootstrap\BootstrapAsset']
$type public property Abstract type of this column. Possible abstract types include: char, string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money. public string $type = null
$consumerKey public property OAuth consumer key. public string $consumerKey = null
addDynamicPlaceholder() public method Adds a placeholder for dynamic content. This method is internally used. public void addDynamicPlaceholder ( $placeholder, $statements )$placeholder string The placeholder name $statements string The PHP statements for generating the dynamic content
parseRequest() public method Parses the given request and returns the corresponding route and parameters. public array|boolean parseRequest ( $manager, $request )$manager yii\web\UrlManager The URL manager $request yii\web\Request The request component return array|boolean The parsing result. The route and the parameters are returned as an array. If false, it means this rule cannot be used to parse this path info.
export() public method Writes log messages to syslog public void export ( )
$weight public property Probability of using this server among all servers. public integer $weight = 1
$iterator public read-only property An iterator for traversing the session variables. public yii\web\SessionIterator getIterator ( )
$generator public property public yii\gii\Generator $generator = null
$validateOnType public property Whether to perform validation while the user is typing in the input field. If not set, it will take the value of yii\widgets\ActiveForm::$validateOnType. See also $validationDelay. public boolean $validateOnType = null
Page 2 of 633