rest\ActiveController $updateScenario

$updateScenario public property The scenario used for updating a model. See also yii\base\Model::scenarios(). public string $updateScenario = \yii\base\Model::SCENARIO_DEFAULT

db\Schema $tableNames

$tableNames public read-only property All table names in the database. public string[] getTableNames ( $schema = '', $refresh = false )

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 ( )

grid\GridView $headerRowOptions

$headerRowOptions public property The HTML attributes for the table header row. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerRowOptions = []

mongodb\BatchQueryResult fetchData()

fetchData() protected method Fetches the next batch of data. protected array fetchData ( )return array The data fetched

debug\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s

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

gii\generators\crud\Generator $controllerClass

$controllerClass public property public $controllerClass = null

helpers\BaseConsole output()

output() public static method Prints text to STDOUT appended with a carriage return (PHP_EOL). public static integer|boolean output ( $string = null )$string string The text to print return integer|boolean Number of bytes printed or false on error.