PHP Class GrumPHP\Console\Command\Git\DeInitCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: phpro/grumphp

Protected Properties

Свойство Type Description
$filesystem GrumPHP\Util\Filesystem
$grumPHP GrumPHP\Configuration\GrumPHP
$hooks array

Méthodes publiques

Méthode Description
__construct ( GrumPHP $grumPHP, Filesystem $filesystem )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Méthodes protégées

Méthode Description
configure ( ) Configure command
paths ( ) : PathsHelper

Method Details

__construct() public méthode

public __construct ( GrumPHP $grumPHP, Filesystem $filesystem )
$grumPHP GrumPHP\Configuration\GrumPHP
$filesystem GrumPHP\Util\Filesystem

configure() protected méthode

Configure command
protected configure ( )

execute() public méthode

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Résultat integer | void

paths() protected méthode

protected paths ( ) : PathsHelper
Résultat GrumPHP\Console\Helper\PathsHelper

Property Details

$filesystem protected_oe property

protected Filesystem,GrumPHP\Util $filesystem
Résultat GrumPHP\Util\Filesystem

$grumPHP protected_oe property

protected GrumPHP,GrumPHP\Configuration $grumPHP
Résultat GrumPHP\Configuration\GrumPHP

$hooks protected_oe static_oe property

protected static array $hooks
Résultat array