debug\panels\DbPanel $types

$types public read-only property public array getTypes ( )

data\BaseDataProvider $totalCount

$totalCount public property Total number of possible data models. public integer getTotalCount ( )public void setTotalCount ( $value )

bootstrap\BootstrapThemeAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'

bootstrap\Carousel init()

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

elasticsearch\Connection getQueryBuilder()

getQueryBuilder() public method Creates new query builder instance public yii\elasticsearch\QueryBuilder getQueryBuilder ( )

debug\components\TimelineDataProvider $rulers

$rulers public read-only property public array getRulers ( $line = 10 )

bootstrap\Alert initOptions()

initOptions() protected method Initializes the widget options. This method sets the default values for various options. protected void initOptions ( )

web\Session getUseTransparentSessionID()

getUseTransparentSessionID() public method public boolean getUseTransparentSessionID ( )return boolean Whether transparent sid support is enabled or not, defaults to false.

Sessions and Cookies

Sessions Cookies Sessions and cookies allow data to be persisted across multiple user requests. In plain PHP you may access them through the global variables $_SESSION and $_COOKIE, respectively. Yii encapsulates sessions and cookies as objects and thus allows you to access them in an object-oriented fashion with additional useful enhancements. Sessions Like requests and responses, you can get access to sessions via the session application component which is an instance of yii\web\Session, b

bootstrap\ActiveForm init()

init() public method Initializes the widget. This renders the form open tag. public void init ( )