class Command
deprecated
since 2.8, to be removed in 3.0.
Methods
__construct(Command $parent = null) Constructor.
string __toString() Returns command as string.
static Command create(Command $parent = null) Creates a new Command instance.
static string escape(string $input) Escapes special chars from input.
static string quote(string $input) Quotes input.
Command add(string|Command $bit) Appends a string or a Command instance.
Command top(string|Command $