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.

sphinx\Query $snippetOptions

$snippetOptions public property Query options for the call snippet. public array $snippetOptions = null

redis\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

web\Session init()

init() public method Initializes the application component. This method is required by IApplicationComponent and is invoked by application. public void init ( )

validators\IpValidator $noSubnet

$noSubnet public property User-defined error message is used when validation fails due to subnet $subnet set to 'only', but the CIDR prefix is not set. You may use the following placeholders in the message: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated See also $subnet. public string $noSubnet = null