data\Sort $enableMultiSort

$enableMultiSort public property Whether the sorting can be applied to multiple attributes simultaneously. Defaults to false, which means each time the data can only be sorted by one attribute. public boolean $enableMultiSort = false

db\mysql\QueryBuilder dropForeignKey()

dropForeignKey() public method Builds a SQL statement for dropping a foreign key constraint. public string dropForeignKey ( $name, $table )$name string The name of the foreign key constraint to be dropped. The name will be properly quoted by the method. $table string The table whose foreign is to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a foreign key constraint.

base\ExitException __construct()

__construct() public method Constructor. public void __construct ( $status = 0, $message = null, $code = 0, Exception $previous = null )$status integer The exit status code $message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

bootstrap\ToggleButtonGroup $items

$items public property The data item used to generate the checkboxes. The array values are the labels, while the array keys are the corresponding checkbox or radio values. public array $items = []

validators\IpValidator validateIPv6()

validateIPv6() protected method Validates IPv6 address protected boolean validateIPv6 ( $value )$value string

widgets\BaseListView init()

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

console\controllers\HelpController formatOptionHelp()

formatOptionHelp() protected method Generates a well-formed string for an argument or option. protected string formatOptionHelp ( $name, $required, $type, $defaultValue, $comment )$name string The name of the argument or option $required boolean Whether the argument is required $type string The type of the option or argument $defaultValue mixed The default value of the option or argument $comment string Comment about the option or argument return string The formatted string for

mongodb\file\Download $filename

$filename public read-only property File name. public string|null getFilename ( )

widgets\Pjax 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 ( )

debug\panels\DbPanel getTotalQueryTime()

getTotalQueryTime() protected method Returns total query time. protected integer getTotalQueryTime ( $timings )$timings array return integer Total time