Core Theme Components

AbstractCommand implements Command, ContainerAwareInterface

Parent Command class.

Tags
abstract

Interfaces, Classes and Traits

Command
Interface for building WP CLI commands.
ContainerAwareInterface

Table of Contents

$container  : ContainerInterface|null
__toString()  : string
getContainer()  : ContainerInterface|null
setContainer()  : void

Properties

Methods

__toString()

public abstract __toString() : string
Return values
string

getContainer()

public getContainer() : ContainerInterface|null
Return values
ContainerInterface|null

setContainer()

public setContainer([ContainerInterface|null $container = null ]) : void
Parameters
$container : ContainerInterface|null = null
Return values
void

Search results