sphinx\gii\model\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

widgets\ActiveField $form

$form public property The form that this field is associated with. public yii\widgets\ActiveForm $form = null

base\Event $data

$data public property The data that is passed to yii\base\Component::on() when attaching an event handler. Note that this varies according to which event handler is currently executing. public mixed $data = null

behaviors\SluggableBehavior $ensureUnique

$ensureUnique public property Whether to ensure generated slug value to be unique among owner class records. If enabled behavior will validate slug uniqueness automatically. If validation fails it will attempt generating unique slug value from based one until success. public boolean $ensureUnique = false

sphinx\ActiveQuery $sql

$sql public property The SQL statement to be executed for retrieving AR records. This is set by yii\sphinx\ActiveRecord::findBySql(). public string $sql = null

mongodb\ActiveRecord getDb()

getDb() public static method Returns the Mongo connection used by this AR class. By default, the "mongodb" application component is used as the Mongo connection. You may override this method if you want to use a different database connection. public static yii\mongodb\Connection getDb ( )return yii\mongodb\Connection The database connection used by this AR class.

base\Widget $stack

$stack public static property The widgets that are currently being rendered (not ended). This property is maintained by begin() and end() methods. public static yii\base\Widget[] $stack = []

caching\MemCache getMemcache()

getMemcache() public method Returns the underlying memcache (or memcached) object. public \Memcache|\Memcached getMemcache ( )return \Memcache|\Memcached The memcache (or memcached) object used by this cache component. throws yii\base\InvalidConfigException if memcache or memcached extension is not loaded

widgets\Pjax 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 ( )

debug\panels\DbPanel getTotalQueryTime()

getTotalQueryTime() protected method Returns total query time. protected integer getTotalQueryTime ( $timings )$timings array return integer Total time