web\Response $cookies

$cookies public read-only property The cookie collection. public yii\web\CookieCollection getCookies ( )

console\controllers\BaseMigrateController actionCreate()

actionCreate() public method Creates a new migration. This command creates a new migration using the available migration template. After using this command, developers should modify the created migration skeleton by filling up the actual migration logic. yii migrate/create create_user_table In order to generate a namespaced migration, you should specify a namespace before the migration's name. Note that backslash (\) is usually considered a special character in the shell, so you need to es

gii\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

base\Model attributes()

attributes() public method Returns the list of attribute names. By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior. public array attributes ( )return array List of attribute names.

authclient\Collection $clients

$clients public property List of auth clients public yii\authclient\ClientInterface[] getClients ( )public void setClients ( array $clients )

web\User $id

$id public read-only property The unique identifier for the user. If null, it means the user is a guest. public string|integer getId ( )

helpers\BaseConsole output()

output() public static method Prints text to STDOUT appended with a carriage return (PHP_EOL). public static integer|boolean output ( $string = null )$string string The text to print return integer|boolean Number of bytes printed or false on error.

authclient\OAuthToken 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 ( )

base\View EVENT_BEFORE_RENDER

EVENT_BEFORE_RENDER event of type yii\base\ViewEvent An event that is triggered by renderFile() right before it renders a view file.

db\Exception getName()

getName() public method public string getName ( )return string The user-friendly name of this exception