mongodb\i18n\MongoDbMessageSource init()

init() public method Initializes the DbMessageSource component. This method will initialize the $db property to make sure it refers to a valid DB connection. Configured $cache component would also be initialized. public void init ( )throws yii\base\InvalidConfigException if $db is invalid or $cache is invalid.

base\Object init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\Request $methodParam

$methodParam public property The name of the POST parameter that is used to indicate if a request is a PUT, PATCH or DELETE request tunneled through POST. Defaults to '_method'. See also: getMethod() getBodyParams() public string $methodParam = '_method'

mongodb\console\controllers\MigrateController removeMigrationHistory()

removeMigrationHistory() protected method Removes existing migration from the history. protected void removeMigrationHistory ( $version )$version string Migration version name.

grid\Column $filterOptions

$filterOptions public property The HTML attributes for the filter cell tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $filterOptions = []

web\View clear()

clear() public method Clears up the registered meta tags, link tags, css/js scripts and files. public void clear ( )

sphinx\MatchBuilder build()

build() public method Generates the MATCH expression from given yii\sphinx\MatchExpression object. public string build ( $match )$match yii\sphinx\MatchExpression The yii\sphinx\MatchExpression object from which the MATCH expression will be generated. return string Generated MATCH expression.

helpers\BaseInflector singularize()

singularize() public static method Returns the singular of the $word public static string singularize ( $word )$word string The english word to singularize return string Singular noun.

validators\ImageValidator getClientOptions()

getClientOptions() protected method Returns the client-side validation options. protected array getClientOptions ( $model, $attribute )$model yii\base\Model The model being validated $attribute string The attribute name being validated return array The client-side validation options

sphinx\MatchBuilder buildHashMatch()

buildHashMatch() public method Creates a MATCH based on column-value pairs. public string buildHashMatch ( $match, &$params )$match array The match condition $params array The expression parameters to be populated return string The MATCH expression