grid\CheckboxColumn $cssClass

$cssClass public property (available since version 2.0.9) The css class that will be used to find the checkboxes. public string $cssClass = null

caching\DbDependency $db

$db public property The application component ID of the DB connection. public string $db = 'db'

base\Component hasEventHandlers()

hasEventHandlers() public method Returns a value indicating whether there is any handler attached to the named event. public boolean hasEventHandlers ( $name )$name string The event name return boolean Whether there is any handler attached to the event.

base\Object __set()

__set() public method Sets value of an object property. Do not call this method directly as it is a PHP magic method that will be implicitly called when executing $object->property = $value;. See also __get(). public void __set ( $name, $value )$name string The property name or the event name $value mixed The property value throws yii\base\UnknownPropertyException if the property is not defined throws yii\base\InvalidCallException if the property is read-only

authclient\clients\VKontakte initUserAttributes()

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

base\Application __construct()

__construct() public method Constructor. public void __construct ( $config = [] )$config array Name-value pairs that will be used to initialize the object properties. Note that the configuration must contain both $id and $basePath. throws yii\base\InvalidConfigException if either $id or $basePath configuration is missing.

db\mssql\Schema releaseSavepoint()

releaseSavepoint() public method Releases an existing savepoint. public void releaseSavepoint ( $name )$name string The savepoint name

i18n\GettextMoFile readInteger()

readInteger() protected method Reads a 4-byte integer. protected integer readInteger ( $fileHandle )$fileHandle resource To read from return integer The result

mongodb\QueryBuilder buildAndCondition()

buildAndCondition() public method Connects two or more conditions with the AND operator. public array buildAndCondition ( $operator, $operands )$operator string The operator to use for connecting the given operands $operands array The Mongo conditions to connect. return array The generated Mongo condition.

debug\Panel $tag

$tag public property Request data set identifier. public string $tag = null