web\ErrorAction run()

run() public method Runs the action public string run ( )return string Result content

web\Response sendHeaders()

sendHeaders() protected method Sends the response headers to the client protected void sendHeaders ( )

authclient\BaseOAuth $scope

$scope public property Auth request scope. public string $scope = null

rbac\DbManager removeAllRules()

removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )

filters\Cors headerizeToPhp()

headerizeToPhp() protected method Convert any string (including php headers with HTTP prefix) to header format like : X-Pingother -> HTTP_X_PINGOTHER X PINGOTHER -> HTTP_X_PINGOTHER protected string headerizeToPhp ( $string )$string string String to convert return string The result in "php $_SERVER header" format

sphinx\Command callSnippets()

callSnippets() public method Builds a snippet from provided data and query, using specified index settings. public $this callSnippets ( $index, $source, $match, $options = [] )$index string Name of the index, from which to take the text processing settings. $source string|array Is the source data to extract a snippet from. It could be either a single string or array of strings. $match string The full-text query to build snippets for. $options array List of options in format: opti

i18n\MessageSource init()

init() public method Initializes this component. public void init ( )

sphinx\Command addPrimaryKey()

addPrimaryKey() public method Creates a SQL command for adding a primary key constraint to an existing table. The method will properly quote the table and column names. public $this addPrimaryKey ( $name, $table, $columns )$name string The name of the primary key constraint. $table string The table that the primary key constraint will be added to. $columns string|array Comma separated string or array of columns that the primary key will consist of. return $this The command object

gii\Generator $templatePath

$templatePath public read-only property The root path of the template files that are currently being used. public string getTemplatePath ( )

gii\Generator validateTemplate()

validateTemplate() public method Validates the template selection. This method validates whether the user selects an existing template and the template contains all required template files as specified in requiredTemplates(). public void validateTemplate ( )