widgets\DetailView normalizeAttributes()

normalizeAttributes() protected method Normalizes the attribute specifications. protected void normalizeAttributes ( )throws yii\base\InvalidConfigException

bootstrap\ButtonGroup init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

grid\Column renderFooterCell()

renderFooterCell() public method Renders the footer cell. public void renderFooterCell ( )

web\CompositeUrlRule createUrl()

createUrl() public method Creates a URL according to the given route and parameters. public string|boolean createUrl ( $manager, $route, $params )$manager yii\web\UrlManager The URL manager $route string The route. It should not have slashes at the beginning or the end. $params array The parameters return string|boolean The created URL, or false if this rule cannot be used for creating this URL.

widgets\ListView $separator

$separator public property The HTML code to be displayed between any two consecutive items. public string $separator = "\n"

debug\Module $dataPath

$dataPath public property The directory storing the debugger data files. This can be specified using a path alias. public string $dataPath = '@runtime/debug'

db\Connection $attributes

$attributes public property PDO attributes (name => value) that should be set when calling open() to establish a DB connection. Please refer to the PHP manual for details about available attributes. public array $attributes = null

gii\Generator $template

$template public property The name of the code template that the user has selected. The value of this property is internally managed by this class. public string $template = 'default'

base\Widget $viewPath

$viewPath public read-only property The directory containing the view files for this widget. public string getViewPath ( )

mongodb\Database $connection

$connection public property MongoDB connection. public yii\mongodb\Connection $connection = null