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 ( )

jui\Tabs $linkTemplate

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

jui\Tabs $encodeLabels

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

web\Response $isEmpty

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

web\SessionIterator __construct()

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

gii\generators\module\Generator $moduleClass

$moduleClass public property public $moduleClass = null

web\JsExpression __toString()

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

web\JsonParser $asArray

$asArray public property Whether to return objects in terms of associative arrays. public boolean $asArray = true

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

mongodb\Connection selectDatabase()

selectDatabase() protected method Selects the database with given name. protected yii\mongodb\Database selectDatabase ( $name )$name string Database name. return yii\mongodb\Database Database instance.