web\ViewAction $defaultView

$defaultView public property The name of the default view when yii\web\ViewAction::$viewParam GET parameter is not provided by user. Defaults to 'index'. This should be in the format of 'path/to/view', similar to that given in the GET parameter. See also yii\web\ViewAction::$viewPrefix. public string $defaultView = 'index'

rbac\PhpManager removeAllItems()

removeAllItems() protected method Removes all auth items of the specified type. protected void removeAllItems ( $type )$type integer The auth item type (either Item::TYPE_PERMISSION or Item::TYPE_ROLE)

db\Connection $enableSavepoint

$enableSavepoint public property Whether to enable savepoint. Note that if the underlying DBMS does not support savepoint, setting this property to be true will have no effect. public boolean $enableSavepoint = true

base\Application $cache

$cache public read-only property The cache application component. Null if the component is not enabled. public yii\caching\Cache getCache ( )

validators\RangeValidator $strict

$strict public property Whether the comparison is strict (both type and value must be the same) public boolean $strict = false

web\User beforeLogout()

beforeLogout() protected method This method is invoked when calling logout() to log out a user. The default implementation will trigger the EVENT_BEFORE_LOGOUT event. If you override this method, make sure you call the parent implementation so that the event is triggered. protected boolean beforeLogout ( $identity )$identity yii\web\IdentityInterface The user identity information return boolean Whether the user should continue to be logged out

swiftmailer\Message setHtmlBody()

setHtmlBody() public method Sets message HTML content. public $this setHtmlBody ( $html )$html string Message HTML content. return $this Self reference.

web\Session $cookieParams

$cookieParams public property The session cookie parameters. public array getCookieParams ( )public void setCookieParams ( array $value )

caching\MemCache $options

$options public property Options for Memcached. This property is used only when $useMemcached is true. See also http://ca2.php.net/manual/en/memcached.setoptions.php. public array $options = null

grid\GridView renderFilters()

renderFilters() public method Renders the filter. public string renderFilters ( )return string The rendering result.