PHP 클래스 Phprest\ErrorHandler\Formatter\JsonXml

상속: extends League\BooBoo\Formatter\AbstractFormatter, use trait Phprest\Service\Hateoas\Getter, use trait Phprest\Service\Hateoas\Util
파일 보기 프로젝트 열기: phprest/phprest 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Phprest\Config
$request null | Symfony\Component\HttpFoundation\Request

공개 메소드들

메소드 설명
__construct ( Config $config, Request $request = null )
format ( Exception $exception ) : string

보호된 메소드들

메소드 설명
getContainer ( ) : League\Container\ContainerInterface

메소드 상세

__construct() 공개 메소드

public __construct ( Config $config, Request $request = null )
$config Phprest\Config
$request Symfony\Component\HttpFoundation\Request

format() 공개 메소드

public format ( Exception $exception ) : string
$exception Exception
리턴 string

getContainer() 보호된 메소드

protected getContainer ( ) : League\Container\ContainerInterface
리턴 League\Container\ContainerInterface

프로퍼티 상세

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

protected Config,Phprest $config
리턴 Phprest\Config

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

protected null|Request,Symfony\Component\HttpFoundation $request
리턴 null | Symfony\Component\HttpFoundation\Request