PHP Class SH\Command

Show file Open project: gonzalo123/sh Class Usage Examples

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( $name, $commandArgument = null )
__toString ( )
doCallback ( )
getString ( )
setLineCallback ( $lineCallback )
setSh ( Sh $sh )

Private Methods

Method Description
getCommandString ( )
getMixedArguments ( $name, $comandArgument )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( $name, $commandArgument = null )

__toString() public method

public __toString ( )

doCallback() public method

public doCallback ( )

getString() public method

public getString ( )

setLineCallback() public method

public setLineCallback ( $lineCallback )

setSh() public method

public setSh ( Sh $sh )
$sh Sh