sphinx\ColumnSchema $phpType

$phpType public property The PHP type of this column. Possible PHP types include: string, boolean, integer, double. public string $phpType = null

authclient\OAuth2 createToken()

createToken() protected method Creates token from its configuration. protected yii\authclient\OAuthToken createToken ( array $tokenConfig = [] )$tokenConfig array Token configuration. return yii\authclient\OAuthToken Token instance.

web\GroupUrlRule $routePrefix

$routePrefix public property The prefix for the route part of every rule declared in $rules. The prefix and the route will be separated with a slash. If this property is not set, it will take the value of $prefix. public string $routePrefix = null

base\Application handleRequest()

handleRequest() public abstract method Handles the specified request. This method should return an instance of yii\base\Response or its child class which represents the handling result of the request. public abstract yii\base\Response handleRequest ( $request )$request yii\base\Request The request to be handled return yii\base\Response The resulting response

web\UrlRule createUrl()

createUrl() public method Creates a URL according to the given route and parameters. public string|boolean createUrl ( $manager, $route, $params )$manager yii\web\UrlManager The URL manager $route string The route. It should not have slashes at the beginning or the end. $params array The parameters return string|boolean The created URL, or false if this rule cannot be used for creating this URL.

widgets\Menu $submenuTemplate

$submenuTemplate public property The template used to render a list of sub-menus. In this template, the token {items} will be replaced with the rendered sub-menu items. public string $submenuTemplate = "\n<ul>\n{items}\n</ul>\n"

web\CompositeUrlRule createRules()

createRules() protected abstract method Creates the URL rules that should be contained within this composite rule. protected abstract yii\web\UrlRuleInterface[] createRules ( )return yii\web\UrlRuleInterface[] The URL rules

base\Application getCache()

getCache() public method Returns the cache component. public yii\caching\Cache getCache ( )return yii\caching\Cache The cache application component. Null if the component is not enabled.

base\Application $db

$db public read-only property The database connection. public yii\db\Connection getDb ( )

widgets\Spaceless init()

init() public method Starts capturing an output to be cleaned from whitespace characters between HTML tags. public void init ( )