jui\Sortable $options

$options public property The HTML attributes for the widget container tag. The following special options are recognized: tag: string, defaults to "ul", the tag name of the container tag of this widget. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

rbac\ManagerInterface removeAllRules()

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

jui\Selectable $items

$items public property List of selectable items. Each item can be a string representing the item content or an array of the following structure: [ 'content' => 'item content', // the HTML attributes of the item container tag. This will overwrite "itemOptions". 'options' => [], ] public array $items = []

twig\ViewRenderer addExtensions()

addExtensions() public method Adds custom extensions public void addExtensions ( $extensions )$extensions array @see self::$extensions

db\ActiveQuery __construct()

__construct() public method Constructor. public void __construct ( $modelClass, $config = [] )$modelClass string The model class associated with this query $config array Configurations to be applied to the newly created query object

elasticsearch\ActiveRecord $score

$score public read-only property Returns the score of this record when it was retrieved via a find() query. public float getScore ( )

filters\PageCache $varyByRoute

$varyByRoute public property Whether the content being cached should be differentiated according to the route. A route consists of the requested controller ID and action ID. Defaults to true. public boolean $varyByRoute = true

sphinx\QueryBuilder $matchBuilder

$matchBuilder public read-only property Match builder. public yii\sphinx\MatchBuilder getMatchBuilder ( )

data\Sort $attributes

$attributes public property List of attributes that are allowed to be sorted. Its syntax can be described using the following example: [ 'age', 'name' => [ 'asc' => ['first_name' => SORT_ASC, 'last_name' => SORT_ASC], 'desc' => ['first_name' => SORT_DESC, 'last_name' => SORT_DESC], 'default' => SORT_DESC, 'label' => 'Name', ], ] In the above, two attributes are declared: age and name. The age attribute is a simple attri

swiftmailer\Message setHeader()

setHeader() public method (available since version 2.0.6) Sets custom header value to the message. public $this setHeader ( $name, $value )$name string Header name. $value string|array Header value or values. return $this Self reference.