filters\auth\AuthMethod $user

$user public property The user object representing the user authentication status. If not set, the user application component will be used. public yii\web\User $user = null

db\pgsql\Schema $defaultSchema

$defaultSchema public property The default schema used for the current session. public string $defaultSchema = 'public'

db\QueryBuilder buildCondition()

buildCondition() public method Parses the condition specification and generates the corresponding SQL expression. public string buildCondition ( $condition, &$params )$condition string|array|yii\db\Expression The condition specification. Please refer to yii\db\Query::where() on how to specify a condition. $params array The binding parameters to be populated return string The generated SQL expression

faker\FixtureController $language

$language public property Language to use when generating fixtures data. public string $language = null

helpers\BaseUrl to()

to() public static method Creates a URL based on the given parameters. This method is very similar to toRoute(). The only difference is that this method requires a route to be specified as an array only. If a string is given, it will be treated as a URL. In particular, if $url is an array: toRoute() will be called to generate the URL. For example: ['site/index'], ['post/index', 'page' => 2]. Please refer to toRoute() for more details on how to specify a route. a string with a leading @:

console\Application $errorHandler

$errorHandler public read-only property The error handler application component. public yii\console\ErrorHandler getErrorHandler ( )

db\mssql\Schema findForeignKeys()

findForeignKeys() protected method Collects the foreign key column details for the given table. protected void findForeignKeys ( $table )$table yii\db\mssql\TableSchema The table metadata

db\DataReader $fetchMode

$fetchMode public write-only property Fetch mode public void setFetchMode ( $mode )

data\BaseDataProvider $pagination

$pagination public property The pagination object. If this is false, it means the pagination is disabled. public yii\data\Pagination|false getPagination ( )public void setPagination ( $value )

rbac\DbManager $rules

$rules protected read-only property All auth rules (name => Rule) public yii\rbac\Rule[] getRules ( )