authclient\BaseOAuth createToken()

createToken() protected method Creates token from its configuration. protected yii\authclient\OAuthToken createToken ( array $tokenConfig = [] )$tokenConfig array Token configuration. return yii\authclient\OAuthToken Token instance.

web\MultiFieldSession extractData()

extractData() protected method Extracts session data from storage field set. protected string extractData ( $fields )$fields array Storage fields. return string Session data.

base\Model getScenario()

getScenario() public method Returns the scenario that this model is used in. Scenario affects how validation is performed and which attributes can be massively assigned. public string getScenario ( )return string The scenario that this model is in. Defaults to SCENARIO_DEFAULT.

base\Controller renderContent()

renderContent() public method (available since version 2.0.1) Renders a static string by applying a layout. public string renderContent ( $content )$content string The static string being rendered return string The rendering result of the layout with the given static string as the $content variable. If the layout is disabled, the string will be returned back.

db\mysql\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix.

rbac\PhpManager checkAccess()

checkAccess() public method public void checkAccess ( $userId, $permissionName, $params = [] )$userId $permissionName $params

base\Response $exitStatus

$exitStatus public property The exit status. Exit statuses should be in the range 0 to 254. The status 0 means the program terminates successfully. public integer $exitStatus = 0

base\Widget getViewPath()

getViewPath() public method Returns the directory containing the view files for this widget. The default implementation returns the 'views' subdirectory under the directory containing the widget class file. public string getViewPath ( )return string The directory containing the view files for this widget.

BaseYii error()

error() public static method Logs an error message. An error message is typically logged when an unrecoverable error occurs during the execution of an application. public static void error ( $message, $category = 'application' )$message string The message to be logged. $category string The category of the message.

log\Target $enabled

$enabled public property Whether to enable this log target. Defaults to true. public boolean $enabled = true