widgets\MaskedInput $mask

$mask public property The input mask (e.g. '99/99/9999' for date input). The following characters can be used in the mask and are predefined: a: represents an alpha character (A-Z, a-z) 9: represents a numeric character (0-9) *: represents an alphanumeric character (A-Z, a-z, 0-9) [ and ]: anything entered between the square brackets is considered optional user input. This is based on the optionalmarker setting in $clientOptions. Additional definitions can be set through the $definition

rest\UrlRule $pluralize

$pluralize public property Whether to automatically pluralize the URL names for controllers. If true, a controller ID will appear in plural form in URLs. For example, user controller will appear as users in URLs. See also $controller. public boolean $pluralize = true

validators\DateValidator $tooSmall

$tooSmall public property (available since version 2.0.4) User-defined error message used when the value is smaller than $min. public string $tooSmall = null

bootstrap\Alert $closeButton

$closeButton public property The options for rendering the close button tag. The close button is displayed in the header of the modal window. Clicking on the button will hide the modal window. If this is false, no close button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to '×'. The rest of the options will be rendered as the HTML attributes of the button tag. Pl

mongodb\Query average()

average() public method Returns the average of the specified column values. public integer average ( $q, $db = null )$q string The column name. Make sure you properly quote column names in the expression. $db yii\mongodb\Connection The Mongo connection used to execute the query. If this parameter is not given, the mongodb application component will be used. return integer The average of the specified column values.

web\Request getIsPost()

getIsPost() public method Returns whether this is a POST request. public boolean getIsPost ( )return boolean Whether this is a POST request.

validators\RequiredValidator $message

$message public property The user-defined error message. It may contain the following placeholders which will be replaced accordingly by the validator: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated {requiredValue}: the value of $requiredValue public string $message = null

jui\DatePickerLanguageAsset registerAssetFiles()

registerAssetFiles() public method Registers the CSS and JS files with the given view. public void registerAssetFiles ( $view )$view yii\web\View The view that the asset files are to be registered with.

debug\controllers\DefaultController $summary

$summary public property The summary data (e.g. URL, time) public array $summary = null

gii\generators\model\Generator $generateRelationsFromCurrentSchema

$generateRelationsFromCurrentSchema public property public $generateRelationsFromCurrentSchema = true