i18n\I18N setMessageFormatter()

setMessageFormatter() public method public void setMessageFormatter ( $value )$value string|array|yii\i18n\MessageFormatter The message formatter to be used to format message via ICU message format. Can be given as array or string configuration that will be given to Yii::createObject() to create an instance or a yii\i18n\MessageFormatter instance.

web\IdentityInterface findIdentityByAccessToken()

findIdentityByAccessToken() public abstract static method Finds an identity by the given token. public abstract static yii\web\IdentityInterface findIdentityByAccessToken ( $token, $type = null )$token mixed The token to be looked for $type mixed The type of the token. The value of this parameter depends on the implementation. For example, yii\filters\auth\HttpBearerAuth will set this parameter to be yii\filters\auth\HttpBearerAuth. return yii\web\IdentityInterface The identity objec

authclient\widgets\AuthChoiceItem $authChoice

$authChoice public property Parent AuthChoice widget public yii\authclient\widgets\AuthChoice $authChoice = null

smarty\ViewRenderer render()

render() public method Renders a view file. This method is invoked by yii\web\View whenever it tries to render a view. Child classes must implement this method to render the given view file. public string render ( $view, $file, $params )$view yii\web\View The view object used for rendering the file. $file string The view file. $params array The parameters to be passed to the view file. return string The rendering result

debug\panels\LogPanel getModels()

getModels() protected method Returns an array of models that represents logs of the current request. Can be used with data providers, such as \yii\data\ArrayDataProvider. protected array getModels ( $refresh = false )$refresh boolean If need to build models from log messages and refresh them. return array Models

console\controllers\HelpController getScriptName()

getScriptName() protected method protected string getScriptName ( )return string The name of the cli script currently running.

bootstrap\Alert renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result

db\mssql\PDO beginTransaction()

beginTransaction() public method Starts a transaction. It is necessary to override PDO's method as MSSQL PDO driver does not natively support transactions. public boolean beginTransaction ( )return boolean The result of a transaction start.

validators\FileValidator $maxSize

$maxSize public property The maximum number of bytes required for the uploaded file. Defaults to null, meaning no limit. Note, the size limit is also affected by upload_max_filesize and post_max_size INI setting and the 'MAX_FILE_SIZE' hidden field value. See getSizeLimit() for details. See also: http://php.net/manual/en/ini.core.php#ini.upload-max-filesize http://php.net/post-max-size getSizeLimit() $tooBig for the customized message for a file that is too big. public integer $maxSize =

faker\FixtureController $providers

$providers public property Additional data providers that can be created by user and will be added to the Faker generator. More info in Faker library docs. public array $providers = []