authclient\AuthAction $successUrl

$successUrl public property Successful URL. public string getSuccessUrl ( )public void setSuccessUrl ( $url )

gii\generators\model\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

widgets\LinkPager $activePageCssClass

$activePageCssClass public property The CSS class for the active (currently selected) page button. public string $activePageCssClass = 'active'

debug\panels\DbPanel getProfileLogs()

getProfileLogs() public method Returns all profile logs of the current request for this panel. It includes categories such as: 'yii\db\Command::query', 'yii\db\Command::execute'. public array getProfileLogs ( )

gii\generators\extension\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

authclient\QQ defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

elasticsearch\ActiveRecord getPrimaryKey()

getPrimaryKey() public method Returns the primary key value(s). public mixed getPrimaryKey ( $asArray = false )$asArray boolean Whether to return the primary key value as an array. If true, the return value will be an array with column names as keys and column values as values. Note that for composite primary keys, an array will always be returned regardless of this parameter value. return mixed The primary key value. An array (column name => column value) is returned if the primary

base\Application $controllerNamespace

$controllerNamespace public property The namespace that controller classes are located in. This namespace will be used to load controller classes by prepending it to the controller class name. The default namespace is app\controllers. Please refer to the guide about class autoloading for more details. public string $controllerNamespace = 'app\\controllers'

grid\GridView $beforeRow

$beforeRow public property An anonymous function that is called once BEFORE rendering each data model. It should have the similar signature as $rowOptions. The return result of the function will be rendered directly. public Closure $beforeRow = null

mongodb\file\ActiveQuery getCollection()

getCollection() public method Returns the Mongo collection for this query. public yii\mongodb\file\Collection getCollection ( $db = null )$db yii\mongodb\Connection Mongo connection. return yii\mongodb\file\Collection Collection instance.