PHP Class Phpro\SoapClient\Console\Command\GenerateClassmapCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: phpro/soap-client

Public Methods

Method Description
__construct ( Filesystem $filesystem ) GenerateClassmapCommand constructor.

Protected Methods

Method Description
configure ( ) Configure the command.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

GenerateClassmapCommand constructor.
public __construct ( Filesystem $filesystem )
$filesystem Phpro\SoapClient\Util\Filesystem

configure() protected method

Configure the command.
protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface