di\ServiceLocator get()

get() public method Returns the component instance with the specified ID. See also: has() set() public object|null get ( $id, $throwException = true )$id string Component ID (e.g. db). $throwException boolean Whether to throw an exception if $id is not registered with the locator before. return object|null The component of the specified ID. If $throwException is false and $id is not registered before, null will be returned. throws yii\base\InvalidConfigException if $id refers to

validators\IpValidator $hasSubnet

$hasSubnet public property User-defined error message is used when validation fails due to $subnet is false, but CIDR prefix is present. You may use the following placeholders in the message: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated See also $subnet. public string $hasSubnet = null

rest\UpdateAction run()

run() public method Updates an existing model. public yii\db\ActiveRecordInterface run ( $id )$id string The primary key of the model. return yii\db\ActiveRecordInterface The model being updated throws yii\web\ServerErrorHttpException if there is any error when updating the model

web\UrlRule $defaults

$defaults public property The default GET parameters (name => value) that this rule provides. When this rule is used to parse the incoming request, the values declared in this property will be injected into $_GET. public array $defaults = []

helpers\BaseHtml activeLabel()

activeLabel() public static method Generates a label tag for the given model attribute. The label text is the label associated with the attribute, obtained via yii\base\Model::getAttributeLabel(). public static string activeLabel ( $model, $attribute, $options = [] )$model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $options array The tag options in terms of name-value pairs. The

rbac\BaseManager updateRule()

updateRule() protected abstract method Updates a rule to the RBAC system. protected abstract boolean updateRule ( $name, $rule )$name string The name of the rule being updated $rule yii\rbac\Rule The updated rule return boolean Whether the rule is successfully updated throws Exception if data validation or saving fails (such as the name of the rule is not unique)

authclient\widgets\AuthChoice renderMainContent()

renderMainContent() protected method Renders the main content, which includes all external services links. protected void renderMainContent ( )

elasticsearch\Query $filter

$filter public property The filter part of this search query. This is an array or json string that follows the format of the elasticsearch Query DSL. public array|string $filter = null

web\Request getAbsoluteUrl()

getAbsoluteUrl() public method Returns the currently requested absolute URL. This is a shortcut to the concatenation of $hostInfo and $url. public string getAbsoluteUrl ( )return string The currently requested absolute URL.

authclient\widgets\AuthChoiceAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/authclient/assets'