rbac\DbManager canAddChild()

canAddChild() public method (available since version 2.0.8) Checks the possibility of adding a child to parent public boolean canAddChild ( $parent, $child )$parent yii\rbac\Item The parent item $child yii\rbac\Item The child item to be added to the hierarchy return boolean Possibility of adding

data\SqlDataProvider $sql

$sql public property The SQL statement to be used for fetching data rows. public string $sql = null

db\DataReader readColumn()

readColumn() public method Returns a single column from the next row of a result set. public mixed readColumn ( $columnIndex )$columnIndex integer Zero-based column index return mixed The column of the current row, false if no more rows available

base\Module getLayoutPath()

getLayoutPath() public method Returns the directory that contains layout view files for this module. public string getLayoutPath ( )return string The root directory of layout files. Defaults to "$viewPath/layouts".

debug\LogTarget $module

$module public property public yii\debug\Module $module = null

sphinx\MatchExpression params()

params() public method Sets the parameters to be parsed into the query. See also addParams(). public $this params ( $params )$params array List of expression parameter values indexed by parameter placeholders. For example, [':name' => 'Dan', ':age' => 31]. return $this The expression object itself

bootstrap\Modal renderBodyEnd()

renderBodyEnd() protected method Renders the closing tag of the modal body. protected string renderBodyEnd ( )return string The rendering result

BaseYii getObjectVars()

getObjectVars() public static method Returns the public member variables of an object. This method is provided such that we can get the public member variables of an object. It is different from "get_object_vars()" because the latter will return private and protected variables if it is called within the object itself. public static array getObjectVars ( $object )$object object The object to be handled return array The public member variables of the object

db\Connection $commandClass

$commandClass public property (available since version 2.0.7) The class used to create new database yii\db\Command objects. If you want to extend the yii\db\Command class, you may configure this property to use your extended version of the class. See also createCommand(). public string $commandClass = 'yii\db\Command'

web\User $authTimeout

$authTimeout public property The number of seconds in which the user will be logged out automatically if he remains inactive. If this property is not set, the user will be logged out after the current session expires (c.f. yii\web\Session::$timeout). Note that this will not work if $enableAutoLogin is true. public integer $authTimeout = null