BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • BeditaShell
  • DbAdminShell
  • JobsShell
  • ResourcesShell
  • StreamsShell
  • TreeShell

Class DbAdminShell

Database related shell commands like: - initialize a new database instance - check schema consistency - create schema files

Cake\Console\Shell
Extended by BEdita\Core\Shell\DbAdminShell
Namespace: BEdita\Core\Shell
Since: 4.0.0
Located at Core/src/Shell/DbAdminShell.php

Methods summary

public
# startup( )

Codecoverageignore

protected
# _welcome( )

Codecoverageignore

public
# getOptionParser( )

Codecoverageignore

Properties summary

public array $tasks
# [ 'Init' => ['class' => 'BEdita/Core.InitSchema', 'config' => []], 'CheckSchema' => ['class' => 'BEdita/Core.CheckSchema', 'config' => []], ]

Magic properties

public BEdita\Core\Shell\Task\InitSchemaTask $Init
public BEdita\Core\Shell\Task\CheckSchemaTask $CheckSchema
BEdita API doc | 4-cactus API documentation generated by ApiGen