PHP Class Kraken\Runtime\RuntimeCommand

Datei anzeigen Open project: kraken-php/framework

Protected Properties

Property Type Description
$command string
$params string[]

Public Methods

Method Description
__construct ( string $command, string[] $params = [] )
__destruct ( )
__toString ( ) : string
getCommand ( ) : string
getParams ( ) : string[]

Method Details

__construct() public method

public __construct ( string $command, string[] $params = [] )
$command string
$params string[]

__destruct() public method

public __destruct ( )

__toString() public method

public __toString ( ) : string
return string

getCommand() public method

public getCommand ( ) : string
return string

getParams() public method

public getParams ( ) : string[]
return string[]

Property Details

$command protected_oe property

protected string $command
return string

$params protected_oe property

protected string[] $params
return string[]