PHP 클래스 Neos\Neos\Service\Controller\AbstractServiceController

상속: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedMediaTypes array

공개 메소드들

메소드 설명
errorAction ( ) : void A preliminary error action for handling validation errors
processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void Catch exceptions while processing an exception and respond to JSON format TODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.

보호된 메소드들

메소드 설명
convertException ( Exception $exception ) : array

메소드 상세

convertException() 보호된 메소드

protected convertException ( Exception $exception ) : array
$exception Exception
리턴 array

errorAction() 공개 메소드

A preliminary error action for handling validation errors
public errorAction ( ) : void
리턴 void

processRequest() 공개 메소드

Catch exceptions while processing an exception and respond to JSON format TODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface The request object
$response Neos\Flow\Mvc\ResponseInterface The response, modified by this handler
리턴 void

프로퍼티 상세

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

protected array $supportedMediaTypes
리턴 array