authclient\BaseOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. public string $apiBaseUrl = null

db\ActiveRelationTrait $primaryModel

$primaryModel public property The primary model of a relational query. This is used only in lazy loading with dynamic query options. public yii\db\ActiveRecord $primaryModel = null

swiftmailer\Logger dump()

dump() public method public void dump ( )

caching\XCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return b

smarty\ViewRenderer $widgets

$widgets public property Widget declarations public array $widgets = ['functions' => [], 'blocks' => []]

debug\DebugAsset $css

$css public property public $css = ['main.css', 'toolbar.css']

web\Request $isFlash

$isFlash public read-only property Whether this is an Adobe Flash or Adobe Flex request. public boolean getIsFlash ( )

web\Session updateFlashCounters()

updateFlashCounters() protected method Updates the counters for flash messages and removes outdated flash messages. This method should only be called once in init(). protected void updateFlashCounters ( )

authclient\clients\Live defaultName()

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

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 ( )