console\controllers\AssetController getAssetManager()

getAssetManager() public method Returns the asset manager instance. public yii\web\AssetManager getAssetManager ( )return yii\web\AssetManager Asset manager instance. throws yii\console\Exception on invalid configuration.

log\EmailTarget init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\Response init()

init() public method Initializes this component. public void init ( )

debug\panels\RequestPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

Dependency Injection Container

Dependency Injection Registering Dependencies Resolving Dependencies Practical Usage When to Register Dependencies Summary A dependency injection (DI) container is an object that knows how to instantiate and configure objects and all their dependent objects. Martin Fowler's article has well explained why DI container is useful. Here we will mainly explain the usage of the DI container provided by Yii. Dependency Injection Yii provides the DI container feature through the class yii\di\Contain

log\FileTarget $maxFileSize

$maxFileSize public property Maximum log file size, in kilo-bytes. Defaults to 10240, meaning 10MB. public integer $maxFileSize = 10240

Yii

All Classes | Properties | Methods Inheritance Yii » yii\BaseYii Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/Yii.php Yii is a helper class serving common framework functionalities. It extends from yii\BaseYii which provides the actual implementation. By writing your own Yii class, you can customize some functionalities of yii\BaseYii. Public Properties Property Type Description Defined By $aliases array Registered path aliases yii\BaseYi

authclient\BaseClient $viewOptions

$viewOptions public property View options in format: optionName => optionValue public array getViewOptions ( )public void setViewOptions ( $viewOptions )

i18n\Formatter $nullDisplay

$nullDisplay public property The text to be displayed when formatting a null value. Defaults to '<span class="not-set">(not set)</span>', where (not set) will be translated according to $locale. public string $nullDisplay = null

widgets\ActiveForm $requiredCssClass

$requiredCssClass public property The CSS class that is added to a field container when the associated attribute is required. public string $requiredCssClass = 'required'