data\Pagination $links

$links public read-only property The links for navigational purpose. The array keys specify the purpose of the links (e.g. LINK_FIRST), and the array values are the corresponding URLs. public array getLinks ( $absolute = false )

widgets\ActiveField getClientOptions()

getClientOptions() protected method Returns the JS options for the field. protected array getClientOptions ( )return array The JS options.

widgets\ActiveField $selectors

$selectors public property The jQuery selectors for selecting the container, input and error tags. The array keys should be container, input, and/or error, and the array values are the corresponding selectors. For example, ['input' => '#my-input']. The container selector is used under the context of the form, while the input and the error selectors are used under the context of the container. You normally do not need to set this property as the default selectors should work well for most

web\AssetBundle $depends

$depends public property List of bundle class names that this bundle depends on. For example: public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', ]; public array $depends = []

rbac\DbManager $parents

$parents protected property Auth item parent-child relationships (childName => list of parents) protected array $parents = null

rest\Serializer serializeDataProvider()

serializeDataProvider() protected method Serializes a data provider. protected array serializeDataProvider ( $dataProvider )$dataProvider yii\data\DataProviderInterface return array The array representation of the data provider.

mongodb\rbac\MongoDbManager init()

init() public method Initializes the application component. This method overrides the parent implementation by establishing the MongoDB connection. public void init ( )

console\Application init()

init() public method Initialize the application. public void init ( )

smarty\ViewRenderer $extensionClass

$extensionClass public property Extension class name public string $extensionClass = '\yii\smarty\Extension'

web\Request loadCsrfToken()

loadCsrfToken() protected method Loads the CSRF token from cookie or session. protected string loadCsrfToken ( )return string The CSRF token loaded from cookie or session. Null is returned if the cookie or session does not have CSRF token.