PHP Class Bravo3\Orm\Drivers\Common\Command

Afficher le fichier Open project: bravo3/orm Class Usage Examples

Protected Properties

Свойство Type Description
$arguments string[]
$name string

Méthodes publiques

Méthode Description
__construct ( $name, array $arguments = [] )
getArguments ( ) : string[] Get command arguments
getName ( ) : string Get command name

Method Details

__construct() public méthode

public __construct ( $name, array $arguments = [] )
$arguments array

getArguments() public méthode

Get command arguments
public getArguments ( ) : string[]
Résultat string[]

getName() public méthode

Get command name
public getName ( ) : string
Résultat string

Property Details

$arguments protected_oe property

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

$name protected_oe property

protected string $name
Résultat string