debug\DebugAsset $css

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

smarty\ViewRenderer $widgets

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

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

swiftmailer\Logger dump()

dump() public method public void dump ( )

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

web\XmlResponseFormatter $version

$version public property The XML version public string $version = '1.0'

db\Query create()

create() public static method Creates a new Query object and copies its property values from an existing one. The properties being copies are the ones to be used by query builders. public static yii\db\Query create ( $from )$from yii\db\Query The source query object return yii\db\Query The new Query object

Autoloading

Using the Yii Autoloader Class Map Using Other Autoloaders Autoloading Extension Classes Yii relies on the class autoloading mechanism to locate and include all required class files. It provides a high-performance class autoloader that is compliant with the PSR-4 standard. The autoloader is installed when you include the Yii.php file. Note: For simplicity of description, in this section we will only talk about autoloading of classes. However, keep in mind that the content we are describing he

validators\Validator $on

$on public property Scenarios that the validator can be applied to. For multiple scenarios, please specify them as an array; for single scenario, you may use either a string or an array. public array|string $on = []

debug\panels\LogPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved