PHP Class Phprest\Command\Route\Get

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

Protected Properties

Свойство Type Description
$app Phprest\Application

Méthodes publiques

Méthode Description
__construct ( Application $app )

Méthodes protégées

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

Method Details

__construct() public méthode

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

configure() protected méthode

protected configure ( ) : void
Résultat void

execute() protected méthode

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
Résultat void

Property Details

$app protected_oe property

protected Application,Phprest $app
Résultat Phprest\Application