PHP Class Acacha\Llum\Console\ConsoleCommand

Inheritance: use trait Acacha\Llum\Traits\GetSetable
Afficher le fichier Open project: acacha/llum Class Usage Examples

Protected Properties

Свойство Type Description
$argument array Command argument.
$description string Command description.
$name string Command name.

Méthodes publiques

Méthode Description
argument ( array | null $argument = null ) : ConsoleCommand | string Set/get argument.
description ( null | string $description = null ) : ConsoleCommand | string Set/get description.
name ( null | string $name = null ) : ConsoleCommand | string Set/get name.

Method Details

argument() public méthode

Set/get argument.
public argument ( array | null $argument = null ) : ConsoleCommand | string
$argument array | null
Résultat ConsoleCommand | string | string

description() public méthode

Set/get description.
public description ( null | string $description = null ) : ConsoleCommand | string
$description null | string
Résultat ConsoleCommand | string | string

name() public méthode

Set/get name.
public name ( null | string $name = null ) : ConsoleCommand | string
$name null | string
Résultat ConsoleCommand | string | string

Property Details

$argument protected_oe property

Command argument.
protected array $argument
Résultat array

$description protected_oe property

Command description.
protected string $description
Résultat string

$name protected_oe property

Command name.
protected string $name
Résultat string