widgets\BaseListView renderSorter()

renderSorter() public method Renders the sorter. public string renderSorter ( )return string The rendering result

authclient\clients\GoogleOpenId defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

sphinx\Schema getIndexTypes()

getIndexTypes() public method Returns all index types in the Sphinx. public array getIndexTypes ( $refresh = false )$refresh boolean Whether to fetch the latest available index types. If this is false, index types fetched previously (if available) will be returned. return array All index types in the Sphinx in format: index name => index type.

web\Request parseAcceptHeader()

parseAcceptHeader() public method Parses the given Accept (or Accept-Language) header. This method will return the acceptable values with their quality scores and the corresponding parameters as specified in the given Accept header. The array keys of the return value are the acceptable values, while the array values consisting of the corresponding quality scores and parameters. The acceptable values with the highest quality scores will be returned first. For example, $header = 'text/plain;

db\QueryBuilder dropTable()

dropTable() public method Builds a SQL statement for dropping a DB table. public string dropTable ( $table )$table string The table to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a DB table.

mongodb\Session $sessionCollection

$sessionCollection public property The name of the MongoDB collection that stores the session data. Please refer to yii\mongodb\Connection::getCollection() on how to specify this parameter. This collection is better to be pre-created with fields 'id' and 'expire' indexed. public string|array $sessionCollection = 'session'

gii\generators\crud\Generator $nameAttribute

$nameAttribute public read-only property public void getNameAttribute ( )

authclient\OpenId buildSregParams()

buildSregParams() protected method Composes SREG request parameters. protected array buildSregParams ( )return array SREG parameters.

bootstrap\Progress $barOptions

$barOptions public property The HTML attributes of the bar. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $barOptions = []

sphinx\MatchBuilder buildMatchColumn()

buildMatchColumn() protected method Created column as string for expression of MATCH protected string buildMatchColumn ( $column, $ignored = false )$column string Column specification. $ignored boolean Whether column should be specified as 'ignored'. return string The column statement.