i18n\GettextMessageSource $basePath

$basePath public property public string $basePath = '@app/messages'

sphinx\gii\model\Generator $ns

$ns public property public $ns = 'app\models'

web\View EVENT_BEGIN_BODY

EVENT_BEGIN_BODY event of type \yii\web\Event An event that is triggered by beginBody().

sphinx\Query $match

$match public property Text, which should be searched in fulltext mode. This value will be composed into MATCH operator inside the WHERE clause. Note: this value will be processed by yii\sphinx\Connection::escapeMatchValue(), if you need to compose complex match condition use yii\db\Expression, see match() for details. public string|yii\db\Expression $match = null

helpers\BaseHtml getAttributeName()

getAttributeName() public static method Returns the real attribute name from the given attribute expression. An attribute expression is an attribute name prefixed and/or suffixed with array indexes. It is mainly used in tabular data input and/or input of array type. Below are some examples: [0]content is used in tabular data input to represent the "content" attribute for the first model in tabular input; dates[0] represents the first array element of the "dates" attribute; [0]dates[0] re

jui\Tabs run()

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

mongodb\console\controllers\MigrateController $migrationCollection

$migrationCollection public property The name of the collection for keeping applied migration information. public string|array $migrationCollection = 'migration'

base\ExitException $statusCode

$statusCode public property The exit status code public integer $statusCode = null

authclient\signature\PlainText $name

$name public read-only property Method name. public string getName ( )

rest\UpdateAction $scenario

$scenario public property The scenario to be assigned to the model before it is validated and updated. public string $scenario = \yii\base\Model::SCENARIO_DEFAULT