gii\generators\extension\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

widgets\ActiveForm $validateOnBlur

$validateOnBlur public property Whether to perform validation when an input field loses focus. If yii\widgets\ActiveField::$validateOnBlur is set, its value will take precedence for that input field. public boolean $validateOnBlur = true

db\mssql\QueryBuilder selectExists()

selectExists() public method (available since version 2.0.8) Creates a SELECT EXISTS() SQL statement. public string selectExists ( $rawSql )$rawSql string The subquery in a raw form to select from. return string The SELECT EXISTS() SQL statement.

log\Logger getElapsedTime()

getElapsedTime() public method Returns the total elapsed time since the start of the current request. This method calculates the difference between now and the timestamp defined by constant YII_BEGIN_TIME which is evaluated at the beginning of yii\BaseYii class file. public float getElapsedTime ( )return float The total elapsed time in seconds for current request.

bootstrap\ActiveField checkbox()

checkbox() public method Renders a checkbox. This method will generate the checked tag attribute according to the model attribute value. public $this checkbox ( $options = [], $enclosedByLabel = true )$options array The tag options in terms of name-value pairs. The following options are specially handled: uncheck: string, the value associated with the uncheck state of the radio button. If not set, it will take the default value 0. This method will render a hidden input so that if the ra

bootstrap\Alert renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result

db\BaseActiveRecord getAttributeLabel()

getAttributeLabel() public method Returns the text label for the specified attribute. If the attribute looks like relatedModel.attribute, then the attribute will be received from the related model. See also: generateAttributeLabel() attributeLabels() public string getAttributeLabel ( $attribute )$attribute string The attribute name return string The attribute label

db\Command setSql()

setSql() public method Specifies the SQL statement to be executed. The previous SQL execution (if any) will be cancelled, and $params will be cleared as well. public $this setSql ( $sql )$sql string The SQL statement to be set. return $this This command instance

elasticsearch\Command getMapping()

getMapping() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html. public mixed getMapping ( $index = '_all', $type = null )$index string $type string

mongodb\file\Download $document

$document public property Document to be downloaded. public array getDocument ( )public void setDocument ( $document )