web\UrlRule $route

$route public property The route to the controller action public string $route = null

web\GroupUrlRule $prefix

$prefix public property The prefix for the pattern part of every rule declared in $rules. The prefix and the pattern will be separated with a slash. public string $prefix = null

gii\generators\crud\Generator getNameAttribute()

getNameAttribute() public method public void getNameAttribute ( )

base\Application getUniqueId()

getUniqueId() public method Returns an ID that uniquely identifies this module among all modules within the current application. Since this is an application instance, it will always return an empty string. public string getUniqueId ( )return string The unique ID of the module.

elasticsearch\Query $suggest

$suggest public property List of suggesters to add to this query. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html. public array $suggest = []

authclient\AuthAction run()

run() public method Runs the action. public void run ( )

authclient\clients\VKontakte $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.vk.com/oauth/access_token'

db\Schema quoteColumnName()

quoteColumnName() public method Quotes a column name for use in a query. If the column name contains prefix, the prefix will also be properly quoted. If the column name is already quoted or contains '(', '[[' or '{{', then this method will do nothing. See also quoteSimpleColumnName(). public string quoteColumnName ( $name )$name string Column name return string The properly quoted column name

base\Event trigger()

trigger() public static method Triggers a class-level event. This method will cause invocation of event handlers that are attached to the named event for the specified class and all its parent classes. public static void trigger ( $class, $name, $event = null )$class string|object The object or the fully qualified class name specifying the class-level event. $name string The event name. $event yii\base\Event The event parameter. If not set, a default yii\base\Event object will be c

base\Controller getUniqueId()

getUniqueId() public method Returns the unique ID of the controller. public string getUniqueId ( )return string The controller ID that is prefixed with the module ID (if any).