web\User loginByAccessToken()

loginByAccessToken() public method Logs in a user by the given access token. This method will first authenticate the user by calling yii\web\IdentityInterface::findIdentityByAccessToken() with the provided access token. If successful, it will call login() to log in the authenticated user. If authentication fails or login() is unsuccessful, it will return null. public yii\web\IdentityInterface|null loginByAccessToken ( $token, $type = null )$token string The access token $type mixed The

mongodb\Connection open()

open() public method Establishes a Mongo connection. It does nothing if a MongoDB connection has already been established. public void open ( )throws yii\mongodb\Exception if connection fails

validators\FileValidator $checkExtensionByMimeType

$checkExtensionByMimeType public property Whether to check file type (extension) with mime-type. If extension produced by file mime-type check differs from uploaded file extension, the file will be considered as invalid. public boolean $checkExtensionByMimeType = true

mongodb\gii\model\Generator $attributeList

$attributeList public property public $attributeList = null

web\UnsupportedMediaTypeHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

base\View afterRender()

afterRender() public method This method is invoked right after renderFile() renders a view file. The default implementation will trigger the EVENT_AFTER_RENDER event. If you override this method, make sure you call the parent implementation first. public void afterRender ( $viewFile, $params, &$output )$viewFile string The view file being rendered. $params array The parameter array passed to the render() method. $output string The rendering result of the view file. Updates to thi

widgets\LinkPager $lastPageLabel

$lastPageLabel public property The text label for the "last" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "last" page button will not be displayed. public string|boolean $lastPageLabel = false

behaviors\SluggableBehavior $value

$value public property The value that will be used as a slug. This can be an anonymous function or an arbitrary value. If the former, the return value of the function will be used as a slug. The signature of the function should be as follows, function ($event) { // return slug } public string|callable $value = null

validators\NumberValidator $tooBig

$tooBig public property User-defined error message used when the value is bigger than $max. public string $tooBig = null

jui\Selectable $mode

$mode public property The mode used to render the widget. public string $mode = self::MODE_DEFAULT