PHP 클래스 Phprest\Command\Route\Get

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: phprest/phprest

보호된 프로퍼티들

프로퍼티 타입 설명
$app Phprest\Application

공개 메소드들

메소드 설명
__construct ( Application $app )

보호된 메소드들

메소드 설명
configure ( ) : void
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void

메소드 상세

__construct() 공개 메소드

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

configure() 보호된 메소드

protected configure ( ) : void
리턴 void

execute() 보호된 메소드

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
리턴 void

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,Phprest $app
리턴 Phprest\Application