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

validators\IpValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\AssetManager getAssetPath()

getAssetPath() public method Returns the actual file path for the specified asset. public string|boolean getAssetPath ( $bundle, $asset )$bundle yii\web\AssetBundle The asset bundle which the asset file belongs to $asset string The asset path. This should be one of the assets listed in \yii\web\js or \yii\web\css. return string|boolean The actual file path, or false if the asset is specified as an absolute URL