console\controllers\BaseMigrateController getNewMigrations()

getNewMigrations() protected method Returns the migrations that are not applied. protected array getNewMigrations ( )return array List of new migrations

elasticsearch\Connection head()

head() public method Performs HEAD HTTP request public mixed head ( $url, $options = [], $body = null )$url string|array URL $options array URL options $body string Request body return mixed Response throws yii\elasticsearch\Exception throws yii\base\InvalidConfigException

gii\components\ActiveField sticky()

sticky() public method Makes field remember its value between page reloads public $this sticky ( )return $this The field object itself

gii\generators\controller\Generator getControllerNamespace()

getControllerNamespace() public method public string getControllerNamespace ( )return string The namespace of the controller class

debug\TimelineAsset $js

$js public property public $js = ['timeline.js']

db\Schema $db

$db public property The database connection public yii\db\Connection $db = null

web\JsonParser $throwException

$throwException public property Whether to throw a yii\web\BadRequestHttpException if the body is invalid json public boolean $throwException = true

gii\generators\crud\Generator $baseControllerClass

$baseControllerClass public property public $baseControllerClass = 'yii\web\Controller'

i18n\Formatter $currencyCode

$currencyCode public property The 3-letter ISO 4217 currency code indicating the default currency to use for asCurrency(). If not set, the currency code corresponding to $locale will be used. Note that in this case the $locale has to be specified with a country code, e.g. en-US otherwise it is not possible to determine the default currency. public string $currencyCode = null

jui\Droppable init()

init() public method Initializes the widget. public void init ( )