$driverName public read-only property Name of the DB driver public string getDriverName ( )
$signature public write-only property Signature specification. See addSignature() for details on how it should be specified. public $this setSignature ( $signature )
nextResult() public method Advances the reader to the next result when reading the results of a batch of statements. This method is only useful when there are multiple result sets returned by the query. Not all DBMS support this feature. public boolean nextResult ( )return boolean Returns true on success or false on failure.
init() public method Starts recording a clip. public void init ( )
$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null
$dropdownClass public property (available since version 2.0.7) Name of a class to use for rendering dropdowns withing this widget. Defaults to yii\bootstrap\Dropdown. public string $dropdownClass = 'yii\bootstrap\Dropdown'
$enableAjaxValidation public property Whether to enable AJAX-based data validation. If not set, it will take the value of yii\widgets\ActiveForm::$enableAjaxValidation. public boolean $enableAjaxValidation = null
run() public method Renders the menu. public void run ( )
run() public method Renders the widget. public void run ( )
createCommand() public method Creates a command for execution. public yii\elasticsearch\Command createCommand ( $config = [] )$config array The configuration for the Command class return yii\elasticsearch\Command The DB command
Page 124 of 633