helpers\BaseConsole saveCursorPosition()

saveCursorPosition() public static method Saves the current cursor position by sending ANSI control code SCP to the terminal. Position can then be restored with restoreCursorPosition(). public static void saveCursorPosition ( )

authclient\widgets\GooglePlusButton renderButton()

renderButton() protected method Renders sign-in button. protected string renderButton ( )return string Button HTML.

validators\InlineValidator $method

$method public property An anonymous function or the name of a model class method that will be called to perform the actual validation. The signature of the method should be like the following, where $attribute is the name of the attribute to be validated, and $params contains the value of $params that you specify when declaring the inline validation rule: function foo($attribute, $params) public string|Closure $method = null

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