jui\Draggable run()

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

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']

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\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.

rbac\Item $name

$name public property The name of the item. This must be globally unique. public string $name = null

jui\Widget $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = []

mongodb\rbac\MongoDbManager $cacheKey

$cacheKey public property The key used to store RBAC data in cache See also $cache. public string $cacheKey = 'rbac'

web\Link $title

$title public property A label describing the link public string $title = null

rbac\PhpManager removeAllRules()

removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )

db\ActiveRecordInterface unlink()

unlink() public abstract method Destroys the relationship between two records. The record with the foreign key of the relationship will be deleted if $delete is true. Otherwise, the foreign key will be set null and the record will be saved without validation. public abstract void unlink ( $name, $model, $delete = false )$name string The case sensitive name of the relationship, e.g. orders for a relation defined via getOrders() method. $model static The model to be unlinked from the cur