PHP Class GrumPHP\Console\Command\Git\DeInitCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: phpro/grumphp

Protected Properties

Property Type Description
$filesystem GrumPHP\Util\Filesystem
$grumPHP GrumPHP\Configuration\GrumPHP
$hooks array

Public Methods

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

Protected Methods

Method Description
configure ( ) Configure command
paths ( ) : PathsHelper

Method Details

__construct() public method

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

configure() protected method

Configure command
protected configure ( )

execute() public method

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
return integer | void

paths() protected method

protected paths ( ) : PathsHelper
return GrumPHP\Console\Helper\PathsHelper

Property Details

$filesystem protected property

protected Filesystem,GrumPHP\Util $filesystem
return GrumPHP\Util\Filesystem

$grumPHP protected property

protected GrumPHP,GrumPHP\Configuration $grumPHP
return GrumPHP\Configuration\GrumPHP

$hooks protected static property

protected static array $hooks
return array