validators\DateValidator 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 ( )

i18n\MessageSource EVENT_MISSING_TRANSLATION

EVENT_MISSING_TRANSLATION event of type yii\i18n\MissingTranslationEvent An event that is triggered when a message translation is not found.

i18n\MessageSource $sourceLanguage

$sourceLanguage public property The language that the original messages are in. If not set, it will use the value of yii\base\Application::$sourceLanguage. public string $sourceLanguage = null

elasticsearch\BatchQueryResult next()

next() public method Moves the internal pointer to the next dataset. This method is required by the interface Iterator. public void next ( )

debug\models\search\Timeline $category

$category public property Attribute search public string $category = null

web\HttpException $statusCode

$statusCode public property HTTP status code, such as 403, 404, 500, etc. public integer $statusCode = null

base\View EVENT_BEFORE_RENDER

EVENT_BEFORE_RENDER event of type yii\base\ViewEvent An event that is triggered by renderFile() right before it renders a view file.

db\Exception getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

bootstrap\BootstrapThemeAsset $depends

$depends public property public $depends = ['yii\bootstrap\BootstrapAsset']

web\Request getIsDelete()

getIsDelete() public method Returns whether this is a DELETE request. public boolean getIsDelete ( )return boolean Whether this is a DELETE request.