sphinx\Schema getIndexNames()

getIndexNames() public method Returns all index names in the Sphinx. public string[] getIndexNames ( $refresh = false )$refresh boolean Whether to fetch the latest available index names. If this is false, index names fetched previously (if available) will be returned. return string[] All index names in the Sphinx.

base\Behavior events()

events() public method Declares event handlers for the $owner's events. Child classes may override this method to declare what PHP callbacks should be attached to the events of the $owner component. The callbacks will be attached to the $owner's events when the behavior is attached to the owner; and they will be detached from the events when the behavior is detached from the component. The callbacks can be any of the following: method in this behavior: 'handleClick', equivalent to [$this, '

caching\FileCache init()

init() public method Initializes this component by ensuring the existence of the cache path. public void init ( )

filters\ContentNegotiator $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

bootstrap\Modal renderFooter()

renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result

rest\CreateAction $viewAction

$viewAction public property The name of the view action. This property is need to create the URL when the model is successfully created. public string $viewAction = 'view'

gii\generators\model\Generator $baseClass

$baseClass public property public $baseClass = 'yii\db\ActiveRecord'

web\Request $userIP

$userIP public read-only property User IP address, null if not available public string|null getUserIP ( )

data\Sort $enableMultiSort

$enableMultiSort public property Whether the sorting can be applied to multiple attributes simultaneously. Defaults to false, which means each time the data can only be sorted by one attribute. public boolean $enableMultiSort = false

db\mysql\QueryBuilder dropForeignKey()

dropForeignKey() public method Builds a SQL statement for dropping a foreign key constraint. public string dropForeignKey ( $name, $table )$name string The name of the foreign key constraint to be dropped. The name will be properly quoted by the method. $table string The table whose foreign is to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a foreign key constraint.