elasticsearch\ActiveRecord insert()

insert() public method Inserts a document into the associated index using the attribute values of this record. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If validation fails, it will skip the rest of the steps; call afterValidate() when $runValidation is true. call beforeSave(). If the method returns false, it will skip the rest of the steps; insert the record into database. If this fails, it will skip the rest of the steps; call af

base\View $cacheStack

$cacheStack public property A list of currently active fragment cache widgets. This property is used internally to implement the content caching feature. Do not modify it directly. public array $cacheStack = []

behaviors\BlameableBehavior $updatedByAttribute

$updatedByAttribute public property The attribute that will receive current user ID value Set this property to false if you do not want to record the updater ID. public string $updatedByAttribute = 'updated_by'

bootstrap\Carousel run()

run() public method Renders the widget. public void run ( )

elasticsearch\BulkCommand execute()

execute() public method Executes the bulk command. public mixed execute ( )throws \yii\elasticsearch\yii\base\InvalidCallException

gii\TypeAheadAsset $js

$js public property public $js = ['typeahead.bundle.js']

db\Command renameColumn()

renameColumn() public method Creates a SQL command for renaming a column. public $this renameColumn ( $table, $oldName, $newName )$table string The table whose column is to be renamed. The name will be properly quoted by the method. $oldName string The old name of the column. The name will be properly quoted by the method. $newName string The new name of the column. The name will be properly quoted by the method. return $this The command object itself

mail\BaseMailer EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type yii\mail\MailEvent An event raised right after send.

db\Query orHaving()

orHaving() public method Adds an additional HAVING condition to the existing one. The new condition and the existing one will be joined using the 'OR' operator. See also: having() andHaving() public $this orHaving ( $condition, $params = [] )$condition string|array|yii\db\Expression The new HAVING condition. Please refer to where() on how to specify this parameter. $params array The parameters (name => value) to be bound to the query. return $this The query object itself

captcha\CaptchaAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'