bootstrap\Modal renderFooter()

renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result

jui\InputWidget hasModel()

hasModel() protected method protected boolean hasModel ( )return boolean Whether this widget is associated with a data model.

debug\models\search\Debug $url

$url public property Url attribute input search value public string $url = null

log\Logger $profiling

$profiling public read-only property The profiling results. Each element is an array consisting of these elements: info, category, timestamp, trace, level, duration. public array getProfiling ( $categories = [], $excludeCategories = [] )

jui\Selectable begin()

begin() public static method Begins a widget. This method creates an instance of the calling class setting the MODE_BEGIN mode. Any item between begin() and end() which match the filter attribute, will be selectable. It will apply the configuration to the created instance. A matching end() call should be called later. As some widgets may use output buffering, the end() call should be made in the same view to avoid breaking the nesting of output buffers. See also end(). public static stati

web\Request $isGet

$isGet public read-only property Whether this is a GET request. public boolean getIsGet ( )

elasticsearch\BatchQueryResult current()

current() public method Returns the current dataset. This method is required by the interface Iterator. public mixed current ( )return mixed The current dataset.

web\Request $securePort

$securePort public property Port number for secure requests. public integer getSecurePort ( )public void setSecurePort ( $value )

debug\models\search\Debug rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

caching\MemCache $password

$password public property Memcached sasl password. This property is used only when $useMemcached is true. See also http://php.net/manual/en/memcached.setsaslauthdata.php. public string $password = null