base\Request setScriptFile()

setScriptFile() public method Sets the entry script file path. The entry script file path can normally be determined based on the SCRIPT_FILENAME SERVER variable. However, for some server configurations, this may not be correct or feasible. This setter is provided so that the entry script file path can be manually specified. public void setScriptFile ( $value )$value string The entry script file path. This can be either a file path or a path alias. throws yii\base\InvalidConfigException

db\BaseActiveRecord EVENT_AFTER_UPDATE

EVENT_AFTER_UPDATE event of type yii\db\AfterSaveEvent An event that is triggered after a record is updated.

sphinx\ActiveQuery fetchSnippetSourceFromModels()

fetchSnippetSourceFromModels() protected method Fetches the source for the snippets using yii\sphinx\ActiveRecord::getSnippetSource() method. protected array fetchSnippetSourceFromModels ( $models )$models yii\sphinx\ActiveRecord[] Raw query result rows. return array Snippet source strings throws yii\base\InvalidCallException if asArray() enabled.

elasticsearch\Command $queryParts

$queryParts public property List of arrays or json strings that become parts of a query public array $queryParts = null

web\Application $session

$session public read-only property The session component. public yii\web\Session getSession ( )

db\ColumnSchema $autoIncrement

$autoIncrement public property Whether this column is auto-incremental public boolean $autoIncrement = false

grid\Column renderHeaderCell()

renderHeaderCell() public method Renders the header cell. public void renderHeaderCell ( )

caching\WinCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This is the implementation of the method declared in the parent class. protected string|boolean getValue ( $key )$key string A unique key identifying the cached value return string|boolean The value stored in cache, false if the value is not in the cache or expired.

elasticsearch\Command $options

$options public property Options to be appended to the query URL, such as "search_type" for search or "timeout" for delete public array $options = []

web\ErrorHandler renderCallStackItem()

renderCallStackItem() public method Renders a single call stack element. public string renderCallStackItem ( $file, $line, $class, $method, $args, $index )$file string|null Name where call has happened. $line integer|null Number on which call has happened. $class string|null Called class name. $method string|null Called function/method name. $args array Array of method arguments. $index integer Number of the call stack element. return string HTML content of the render