authclient\widgets\AuthChoiceAsset $depends

$depends public property public $depends = ['yii\authclient\widgets\AuthChoiceStyleAsset', 'yii\web\YiiAsset']

captcha\CaptchaAction $maxLength

$maxLength public property The maximum length for randomly generated word. Defaults to 7. public integer $maxLength = 7

db\Command $params

$params public property The parameters (name => value) that are bound to the current PDO statement. This property is maintained by methods such as bindValue(). It is mainly provided for logging purpose and is used to generate $rawSql. Do not modify it directly. public array $params = []

rest\Serializer init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

mongodb\Query $collection

$collection public read-only property Collection instance. public yii\mongodb\Collection getCollection ( $db = null )

rest\Serializer $expandParam

$expandParam public property The name of the query parameter containing the information about which fields should be returned in addition to those listed in $fieldsParam for a resource object. public string $expandParam = 'expand'

widgets\LinkPager $hideOnSinglePage

$hideOnSinglePage public property Hide widget when only one page exist. public boolean $hideOnSinglePage = true

widgets\LinkPager init()

init() public method Initializes the pager. public void init ( )

mongodb\Query fetchRowsInternal()

fetchRowsInternal() protected method See also yii\mongodb\Query::fetchRows(). protected array|boolean fetchRowsInternal ( $cursor, $all )$cursor \MongoDB\Driver\Cursor Mongo cursor instance to fetch data from. $all boolean Whether to fetch all rows or only first one. return array|boolean Result.

db\ActiveRecordInterface getDb()

getDb() public abstract static method Returns the connection used by this AR class. public abstract static mixed getDb ( )return mixed The database connection used by this AR class.