base\Module setLayoutPath()

setLayoutPath() public method Sets the directory that contains the layout files. public void setLayoutPath ( $path )$path string The root directory or path alias of layout files. throws yii\base\InvalidParamException if the directory is invalid

sphinx\QueryBuilder $separator

$separator public property The separator between different fragments of a SQL statement. Defaults to an empty space. This is mainly used by build() when generating a SQL statement. public string $separator = " "

mongodb\Cache $gcProbability

$gcProbability public property The probability (parts per million) that garbage collection (GC) should be performed when storing a piece of data in the cache. Defaults to 100, meaning 0.01% chance. This number should be between 0 and 1000000. A value 0 meaning no GC will be performed at all. public integer $gcProbability = 100

authclient\OpenId fetchAxAttributes()

fetchAxAttributes() protected method Gets AX attributes provided by OP. protected array fetchAxAttributes ( )return array Array of attributes.

authclient\widgets\GooglePlusButton generateCallback()

generateCallback() protected method Generates JavaScript callback function, which will be used to handle auth response. protected string generateCallback ( $url = [] )$url array Auth callback URL. return string JavaScript function name.

db\ColumnSchemaBuilder $length

$length protected property Column size or precision definition. This is what goes into the parenthesis after the column type. This can be either a string, an integer or an array. If it is an array, the array values will be joined into a string separated by comma. protected integer|string|array $length = null

log\Target filterMessages()

filterMessages() public static method Filters the given messages according to their categories and levels. public static array filterMessages ( $messages, $levels = 0, $categories = [], $except = [] )$messages array Messages to be filtered. The message structure follows that in yii\log\Logger::$messages. $levels integer The message levels to filter by. This is a bitmap of level values. Value 0 means allowing all levels. $categories array The message categories to filter by. If empty,

data\ActiveDataProvider prepareTotalCount()

prepareTotalCount() protected method Returns a value indicating the total number of data models in this data provider. protected integer prepareTotalCount ( )return integer Total number of data models in this data provider.

data\Sort createSortParam()

createSortParam() public method Creates the sort variable for the specified attribute. The newly created sort variable can be used to create a URL that will lead to sorting by the specified attribute. public string createSortParam ( $attribute )$attribute string The attribute name return string The value of the sort variable throws yii\base\InvalidConfigException if the specified attribute is not defined in $attributes

widgets\Menu renderItems()

renderItems() protected method Recursively renders the menu items (without the container tag). protected string renderItems ( $items )$items array The menu items to be rendered recursively return string The rendering result