PHP 클래스 Neos\Flow\Tests\Functional\Http\Fixtures\Controller\FooController

상속: extends Neos\Flow\Mvc\Controller\AbstractController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void Process Request

메소드 상세

processRequest() 공개 메소드

Process Request
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface
$response Neos\Flow\Mvc\ResponseInterface
리턴 void