GeneratorCommand
abstract class GeneratorCommand extends GeneratorCommand
Poppy Generator Command
Methods
string
parseName(string $name)
Parse the name and format according to the root namespace.
string
qualifyClass(string $name)
Parse the class name and format according to the root namespace.
string
getPath($name)
No description
replaceNamespace(string $stub, string $name)
Replace the namespace for the given stub.
Details
at line 21
protected string
parseName(string $name)
Parse the name and format according to the root namespace.
at line 40
protected string
qualifyClass(string $name)
Parse the class name and format according to the root namespace.
at line 52
protected string
getPath($name)
No description
at line 110
protected GeneratorCommand
replaceNamespace(string $stub, string $name)
Replace the namespace for the given stub.