schmunk42\giiant\commands\BatchController::options PHP Метод

options() публичный Метод

public options ( $id )
    public function options($id)
    {
        return array_merge(parent::options($id), ['template', 'overwrite', 'useTranslatableBehavior', 'useTimestampBehavior', 'languageTableName', 'languageCodeColumn', 'extendedModels', 'enableI18N', 'messageCategory', 'singularEntities', 'tables', 'tablePrefix', 'modelDb', 'modelNamespace', 'modelBaseClass', 'modelBaseTraits', 'modelBaseClassSuffix', 'modelRemoveDuplicateRelations', 'modelGenerateQuery', 'modelQueryNamespace', 'modelQueryBaseClass', 'modelGenerateLabelsFromComments', 'modelGenerateHintsFromComments', 'crudTidyOutput', 'crudFixOutput', 'crudControllerNamespace', 'crudSearchModelNamespace', 'crudSearchModelSuffix', 'crudViewPath', 'crudPathPrefix', 'crudProviders', 'crudSkipRelations', 'crudBaseControllerClass', 'crudAccessFilter', 'crudTemplate']);
    }