redis\Connection $driverName

$driverName public read-only property Name of the DB driver public string getDriverName ( )

swiftmailer\Message $signature

$signature public write-only property Signature specification. See addSignature() for details on how it should be specified. public $this setSignature ( $signature )

db\DataReader nextResult()

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.

widgets\ContentDecorator init()

init() public method Starts recording a clip. public void init ( )

debug\Panel $id

$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null

bootstrap\ButtonDropdown $dropdownClass

$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'

widgets\ActiveField $enableAjaxValidation

$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

widgets\Menu run()

run() public method Renders the menu. public void run ( )

jui\ProgressBar run()

run() public method Renders the widget. public void run ( )

elasticsearch\Connection createCommand()

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