widgets\MaskedInputAsset $js

$js public property public $js = ['jquery.inputmask.bundle.js']

mongodb\file\StreamWrapper $context

$context public property Associated stream resource context. This property is set automatically by PHP once wrapper is instantiated. public resource $context = null

widgets\MaskedInput registerClientScript()

registerClientScript() public method Registers the needed client script and options. public void registerClientScript ( )

widgets\LinkSorter run()

run() public method Executes the widget. This method renders the sort links. public void run ( )

web\ErrorAction $defaultMessage

$defaultMessage public property The message to be displayed when the exception message contains sensitive information. Defaults to "An internal server error occurred.". public string $defaultMessage = null

bootstrap\ButtonDropdown $dropdown

$dropdown public property The configuration array for yii\bootstrap\Dropdown. public array $dropdown = []

db\DataReader valid()

valid() public method Returns whether there is a row of data at current position. This method is required by the interface Iterator. public boolean valid ( )return boolean Whether there is a row of data at current position.

db\Connection getQueryCacheInfo()

getQueryCacheInfo() public method Returns the current query cache information. This method is used internally by yii\db\Command. public array getQueryCacheInfo ( $duration, $dependency )$duration integer The preferred caching duration. If null, it will be ignored. $dependency yii\caching\Dependency The preferred caching dependency. If null, it will be ignored. return array The current query cache information, or null if query cache is not enabled.

authclient\OAuth1 fetchRequestToken()

fetchRequestToken() public method Fetches the OAuth request token. public yii\authclient\OAuthToken fetchRequestToken ( array $params = [] )$params array Additional request params. return yii\authclient\OAuthToken Request token.

widgets\Pjax $clientOptions

$clientOptions public property Additional options to be passed to the pjax JS plugin. Please refer to the pjax project page for available options. public array $clientOptions = null