\MadPiperCommand

Main class of MadPiper, lets you build shell commands

Summary

Methods
Properties
Constants
__call()
__toString()
No public properties found
PIPE
ARGUMENT_SEPARATOR
No protected methods found
$parts
N/A
No private methods found
No private properties found
N/A

Constants

PIPE

PIPE

ARGUMENT_SEPARATOR

ARGUMENT_SEPARATOR

Properties

$parts

$parts : array<mixed,string>

The parts of the command Those will be piped together

Type

array<mixed,string>

Methods

__call()

__call(string  $method, array  $arguments) : \MadPiper\Command

Creates a part of the command

Parameters

string $method
array $arguments

Returns

\MadPiper\Command

__toString()

__toString() : string

Returns the string representation of the command

Returns

string