PHP Class Kraken\Runtime\RuntimeCommand

Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$command string
$params string[]

Méthodes publiques

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

Method Details

__construct() public méthode

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

__destruct() public méthode

public __destruct ( )

__toString() public méthode

public __toString ( ) : string
Résultat string

getCommand() public méthode

public getCommand ( ) : string
Résultat string

getParams() public méthode

public getParams ( ) : string[]
Résultat string[]

Property Details

$command protected_oe property

protected string $command
Résultat string

$params protected_oe property

protected string[] $params
Résultat string[]