web\JsExpression __toString()

__toString() public method The PHP magic function converting an object into a string. public string __toString ( )return string The JavaScript expression.

gii\generators\module\Generator $moduleClass

$moduleClass public property public $moduleClass = null

web\SessionIterator __construct()

__construct() public method Constructor. public void __construct ( )

web\Response $isEmpty

$isEmpty public read-only property Whether this response is empty public boolean getIsEmpty ( )

jui\Tabs $encodeLabels

$encodeLabels public property Whether the labels for header items should be HTML-encoded. public boolean $encodeLabels = true

jui\Tabs $linkTemplate

$linkTemplate public property The default header template to render the link. public string $linkTemplate = '<a href="{url}">{label}</a>'

validators\UniqueValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\HeaderCollection has()

has() public method Returns a value indicating whether the named header exists. public boolean has ( $name )$name string The name of the header return boolean Whether the named header exists

validators\UniqueValidator $targetAttribute

$targetAttribute public property The name of the ActiveRecord attribute that should be used to validate the uniqueness of the current attribute value. If not set, it will use the name of the attribute currently being validated. You may use an array to validate the uniqueness of multiple columns at the same time. The array values are the attributes that will be used to validate the uniqueness, while the array keys are the attributes whose values are to be validated. If the key and the value

redis\Connection EVENT_AFTER_OPEN

EVENT_AFTER_OPEN event of type \yii\redis\Event An event that is triggered after a DB connection is established