web\SessionIterator current()

current() public method Returns the current array element. This method is required by the interface Iterator. public mixed current ( )return mixed The current array element

jui\DatePicker run()

run() public method Renders the widget. public void run ( )

web\Session count()

count() public method Returns the number of items in the session. This method is required by Countable interface. public integer count ( )return integer Number of items in the session.

sphinx\Query callSnippetsInternal()

callSnippetsInternal() protected method Builds a snippets from provided source data by the given index. protected array callSnippetsInternal ( array $source, $from )$source array The source data to extract a snippet from. $from string Name of the source index. return array Snippets list. throws yii\base\InvalidCallException in case match() is not specified.

web\UrlManager $ruleConfig

$ruleConfig public property The default configuration of URL rules. Individual rule configurations specified via $rules will take precedence when the same property of the rule is configured. public array $ruleConfig = ['class' => 'yii\web\UrlRule']

jui\Draggable run()

run() public method Renders the widget. public void run ( )

rbac\Item $description

$description public property The item description public string $description = null

rest\Action $checkAccess

$checkAccess public property A PHP callable that will be called when running an action to determine if the current user has the permission to execute the action. If not set, the access check will not be performed. The signature of the callable should be as follows, function ($action, $model = null) { // $model is the requested model instance. // If null, it means no specific model (e.g. IndexAction) } public callable $checkAccess = null

rest\ActiveController $createScenario

$createScenario public property The scenario used for creating a model. See also yii\base\Model::scenarios(). public string $createScenario = \yii\base\Model::SCENARIO_DEFAULT

web\Request setPathInfo()

setPathInfo() public method Sets the path info of the current request. This method is mainly provided for testing purpose. public void setPathInfo ( $value )$value string The path info of the current request