mongodb\ActiveFixture load()

load() public method Loads the fixture data. The default implementation will first reset the MongoDB collection and then populate it with the data returned by getData(). public void load ( )

elasticsearch\Query 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 ( )

log\Logger init()

init() public method Initializes the logger by registering flush() as a shutdown function. public void init ( )

base\Request $scriptFile

$scriptFile public property Entry script file path (processed w/ realpath()) public string getScriptFile ( )public void setScriptFile ( $value )

behaviors\AttributeTypecastBehavior detectAttributeTypes()

detectAttributeTypes() protected method Composes default value for $attributeTypes from the owner validation rules. protected array detectAttributeTypes ( )return array Attribute type map.

redis\Connection $dataTimeout

$dataTimeout public property Timeout to use for redis socket when reading and writing data. If not set the php default value will be used. public float $dataTimeout = null

base\ErrorHandler clearOutput()

clearOutput() public method Removes all output echoed before calling this method. public void clearOutput ( )

gii\generators\model\Generator $generateQuery

$generateQuery public property public $generateQuery = false

base\ExitException __construct()

__construct() public method Constructor. public void __construct ( $status = 0, $message = null, $code = 0, Exception $previous = null )$status integer The exit status code $message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

bootstrap\ToggleButtonGroup $items

$items public property The data item used to generate the checkboxes. The array values are the labels, while the array keys are the corresponding checkbox or radio values. public array $items = []