behaviors\AttributeBehavior $skipUpdateOnClean

$skipUpdateOnClean public property (available since version 2.0.8) Whether to skip this behavior when the $owner has not been modified public boolean $skipUpdateOnClean = true

web\ErrorHandler $previousExceptionView

$previousExceptionView public property The path of the view file for rendering previous exceptions. public string $previousExceptionView = '@yii/views/errorHandler/previousException.php'

widgets\DetailView $template

$template public property The template used to render a single attribute. If a string, the token {label} and {value} will be replaced with the label and the value of the corresponding attribute. If a callback (e.g. an anonymous function), the signature must be as follows: function ($attribute, $index, $widget) where $attribute refer to the specification of the attribute being rendered, $index is the zero-based index of the attribute in the $attributes array, and $widget refers to this widg

web\YiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

web\Application $request

$request public read-only property The request component. public yii\web\Request getRequest ( )

base\Application $i18n

$i18n public read-only property The internationalization application component. public yii\i18n\I18N getI18n ( )

validators\UrlValidator 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 ( )

jui\Dialog init()

init() public method Initializes the widget. public void init ( )

widgets\Spaceless init()

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

base\Application $db

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