CommandFactoryInterface
in
An interface for abstracting creation of command and shell instances.
Table of Contents
Methods
- create() : Shell|CommandInterface
- The factory method for creating Command and Shell instances.
Methods
create()
The factory method for creating Command and Shell instances.
public
create(string $className) : Shell|CommandInterface
Parameters
- $className : string
-
Command/Shell class name.