PHP Class Phprest\Command\Route\Get

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

Protected Properties

Property Type Description
$app Phprest\Application

Public Methods

Method Description
__construct ( Application $app )

Protected Methods

Method Description
configure ( ) : void
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void

Method Details

__construct() public method

public __construct ( Application $app )
$app Phprest\Application

configure() protected method

protected configure ( ) : void
return void

execute() protected method

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

Property Details

$app protected property

protected Application,Phprest $app
return Phprest\Application