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\Alert initOptions()

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

debug\components\TimelineDataProvider $rulers

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

elasticsearch\Connection getQueryBuilder()

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

bootstrap\Carousel init()

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

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 ( )

sphinx\gii\model\Generator $name

$name public read-only property Name of the code generator public string getName ( )