web\View registerJsFile()

registerJsFile() public method Registers a JS file. public void registerJsFile ( $url, $options = [], $key = null )$url string The JS file to be registered. $options array The HTML attributes for the script tag. The following options are specially handled and are not treated as HTML attributes: depends: array, specifies the names of the asset bundles that this JS file depends on. position: specifies where the JS script tag should be inserted in a page. The possible values are: POS_HE

widgets\ActiveForm $errorCssClass

$errorCssClass public property The CSS class that is added to a field container when the associated attribute has validation error. public string $errorCssClass = 'has-error'

authclient\signature\RsaSha1 $publicCertificateFile

$publicCertificateFile public property Path to the file, which holds public key certificate. public string $publicCertificateFile = ''

rbac\DbManager loadFromCache()

loadFromCache() public method public void loadFromCache ( )

i18n\MissingTranslationEvent $language

$language public property The language ID (e.g. en-US) that the message is to be translated to public string $language = null

debug\Panel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

console\controllers\MessageController $languages

$languages public property Required, list of language codes that the extracted messages should be translated to. For example, ['zh-CN', 'de']. public array $languages = []

web\Request $scriptFile

$scriptFile public property The entry script file path public string getScriptFile ( )public void setScriptFile ( $value )

swiftmailer\Message $bcc

$bcc public property The Bcc (hidden copy receiver) addresses of this message. public array getBcc ( )public $this setBcc ( $bcc )

filters\auth\AuthMethod $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null