PHP 클래스 Visualphpunit\Api\Action\Action

저자: Johannes Skov Frandsen ([email protected])
파일 보기 프로젝트 열기: visualphpunit/visualphpunit

보호된 메소드들

메소드 설명
notFound ( mixed $data ) : Response Return a not found http response
ok ( mixed $data ) : Response Return a found http response

메소드 상세

notFound() 보호된 메소드

Return a not found http response with response code 404
protected notFound ( mixed $data ) : Response
$data mixed
리턴 Symfony\Component\HttpFoundation\Response

ok() 보호된 메소드

Return a found http response with response code 200
protected ok ( mixed $data ) : Response
$data mixed
리턴 Symfony\Component\HttpFoundation\Response