CakePHP
  • Documentation
    • Book
    • API
    • Videos
    • Reporting Security Issues
    • Privacy Policy
    • Logos & Trademarks
  • Business Solutions
  • Swag
  • Road Trip
  • Team
  • Community
    • Community
    • Get Involved
    • Issues (Github)
    • Bakery
    • Featured Resources
    • Training
    • Meetups
    • My CakePHP
    • CakeFest
    • Newsletter
    • Linkedin
    • YouTube
    • Facebook
    • Twitter
    • Mastodon
    • Help & Support
    • Forum
    • Stack Overflow
    • IRC
    • Slack
    • Paid Support
CakePHP

C CakePHP 4.6 Strawberry API

  • Project:
    • CakePHP
      • CakePHP
      • Authentication
      • Authorization
      • Chronos
      • Elastic Search
      • Queue
  • Version:
    • 4.6
      • 5.2
      • 5.1
      • 5.0
      • 4.6
      • 4.5
      • 4.4
      • 4.3
      • 4.2
      • 4.1
      • 4.0
      • 3.10
      • 3.9
      • 3.8
      • 3.7
      • 3.6
      • 3.5
      • 3.4
      • 3.3
      • 3.2
      • 3.1
      • 3.0
      • 2.10
      • 2.9
      • 2.8
      • 2.7
      • 2.6
      • 2.5
      • 2.4
      • 2.3
      • 2.2
      • 2.1
      • 2.0
      • 1.3
      • 1.2

Namespaces

  • Global
  • Cake
    • Auth
    • Cache
    • Collection
    • Command
    • Console
    • Controller
    • Core
    • Database
    • Datasource
    • Error
    • Event
    • Filesystem
    • Form
    • Http
    • I18n
    • Log
    • Mailer
    • Network
    • ORM
    • Routing
    • Shell
    • TestSuite
    • Utility
    • Validation
    • View

Namespace Console

Namespaces

  • Cake\Console\Command
  • Cake\Console\Exception
  • Cake\Console\TestSuite

Interfaces

  • CommandCollectionAwareInterface

    An interface for shells that take a CommandCollection during initialization.

  • CommandFactoryInterface

    An interface for abstracting creation of command and shell instances.

  • CommandInterface

    Describe the interface between a command and the surrounding console libraries.

Classes

  • Arguments

    Provides an interface for interacting with a command's options and arguments.

  • BaseCommand

    Base class for console commands.

  • CommandCollection

    Collection for Commands.

  • CommandFactory

    This is a factory for creating Command and Shell instances.

  • CommandRunner

    Run CLI commands for the provided application.

  • CommandScanner

    Used by CommandCollection and CommandTask to scan the filesystem for command classes.

  • ConsoleInput

    Object wrapper for interacting with stdin

  • ConsoleInputArgument

    An object to represent a single argument used in the command line. ConsoleOptionParser creates these when you use addArgument()

  • ConsoleInputOption

    An object to represent a single option used in the command line. ConsoleOptionParser creates these when you use addOption()

  • ConsoleInputSubcommand

    An object to represent a single subcommand used in the command line. Created when you call ConsoleOptionParser::addSubcommand()

  • ConsoleIo

    A wrapper around the various IO operations shell tasks need to do.

  • ConsoleOptionParser

    Handles parsing the ARGV in the command line and provides support for GetOpt compatible option definition. Provides a builder pattern implementation for creating shell option parsers.

  • ConsoleOutput

    Object wrapper for outputting information from a shell application. Can be connected to any stream resource that can be used with fopen()

  • HelpFormatter

    HelpFormatter formats help for console shells. Can format to either text or XML formats. Uses ConsoleOptionParser methods to generate help.

  • Helper

    Base class for Helpers.

  • HelperRegistry

    Registry for Helpers. Provides features for lazily loading helpers.

  • Shell

    Base class for command-line utilities for automating programmer chores.

  • ShellDispatcher

    Shell dispatcher handles dispatching CLI commands.

  • TaskRegistry

    Registry for Tasks. Provides features for lazily loading tasks.

OpenHub
Pingping
Linode
  • Business Solutions
  • Showcase
  • Documentation
  • Book
  • API
  • Videos
  • Reporting Security Issues
  • Privacy Policy
  • Logos & Trademarks
  • Community
  • Get Involved
  • Issues (Github)
  • Bakery
  • Featured Resources
  • Training
  • Meetups
  • My CakePHP
  • CakeFest
  • Newsletter
  • Linkedin
  • YouTube
  • Facebook
  • Twitter
  • Mastodon
  • Help & Support
  • Forum
  • Stack Overflow
  • IRC
  • Slack
  • Paid Support

Generated using CakePHP API Docs