validators\InlineValidator $params

$params public property Additional parameters that are passed to the validation method public mixed $params = null

behaviors\AttributeTypecastBehavior $typecastBeforeSave

$typecastBeforeSave public property Whether to perform typecasting before saving owner model (insert or update). This option may be disabled in order to achieve better performance. For example, in case of yii\db\ActiveRecord usage, typecasting before save will grant no benefit an thus can be disabled. Note that changing this option value will have no effect after this behavior has been attached to the model. public boolean $typecastBeforeSave = false

rbac\Permission $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = self::TYPE_PERMISSION

db\mssql\Schema loadTableSchema()

loadTableSchema() public method Loads the metadata for the specified table. public yii\db\mssql\TableSchema|null loadTableSchema ( $name )$name string Table name return yii\db\mssql\TableSchema|null Driver dependent table metadata. Null if the table does not exist.

sphinx\QueryBuilder buildHashCondition()

buildHashCondition() public method Creates a condition based on column-value pairs. public string buildHashCondition ( $indexes, $condition, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $condition array The condition specification. $params array The binding parameters to be populated return string The generated SQL expression

db\SchemaBuilderTrait double()

double() public method (available since version 2.0.6) Creates a double column. public yii\db\ColumnSchemaBuilder double ( $precision = null )$precision integer Column value precision. First parameter passed to the column type, e.g. DOUBLE(precision). This parameter will be ignored if not supported by the DBMS. return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

web\Application setHomeUrl()

setHomeUrl() public method public void setHomeUrl ( $value )$value string The homepage URL

authclient\clients\Twitter $requestTokenMethod

$requestTokenMethod public property Request token HTTP method. Request token HTTP method. public string $requestTokenMethod = 'POST'

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

gii\console\GenerateController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $id )$id return array The names of the options valid for the action