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'

base\Security $derivationIterations

$derivationIterations public property Derivation iterations count. Set as high as possible to hinder dictionary password attacks. public integer $derivationIterations = 100000

mongodb\Query all()

all() public method Executes the query and returns all results as an array. public array all ( $db = null )$db yii\mongodb\Connection The Mongo connection used to execute the query. If this parameter is not given, the mongodb application component will be used. return array The query results. If the query results in nothing, an empty array will be returned.

web\Application getSession()

getSession() public method Returns the session component. public yii\web\Session getSession ( )return yii\web\Session The session component.

validators\IpValidator $ipv6

$ipv6 public property Whether the validating value can be an IPv6 address. Defaults to true. public boolean $ipv6 = true