PHP 클래스 Neomerx\JsonApi\Encoder\Parser\ParserManager

상속: implements Neomerx\JsonApi\Contracts\Encoder\Parser\ParserManagerInterface, implements Psr\Log\LoggerAwareInterface, use trait Psr\Log\LoggerAwareTrait
파일 보기 프로젝트 열기: neomerx/json-api 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$parameterAnalyzer Neomerx\JsonApi\Contracts\Encoder\Parameters\ParametersAnalyzerInterface

공개 메소드들

메소드 설명
__construct ( Neomerx\JsonApi\Contracts\Encoder\Parameters\ParametersAnalyzerInterface $parameterAnalyzer )
getFieldSet ( $type )
getIncludeRelationships ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )
isRelationshipInFieldSet ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )
isShouldParseRelationships ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )

메소드 상세

__construct() 공개 메소드

public __construct ( Neomerx\JsonApi\Contracts\Encoder\Parameters\ParametersAnalyzerInterface $parameterAnalyzer )
$parameterAnalyzer Neomerx\JsonApi\Contracts\Encoder\Parameters\ParametersAnalyzerInterface

getFieldSet() 공개 메소드

public getFieldSet ( $type )

getIncludeRelationships() 공개 메소드

public getIncludeRelationships ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )
$stack Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface

isRelationshipInFieldSet() 공개 메소드

public isRelationshipInFieldSet ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )
$stack Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface

isShouldParseRelationships() 공개 메소드

public isShouldParseRelationships ( Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface $stack )
$stack Neomerx\JsonApi\Contracts\Encoder\Stack\StackReadOnlyInterface

프로퍼티 상세

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

protected ParametersAnalyzerInterface,Neomerx\JsonApi\Contracts\Encoder\Parameters $parameterAnalyzer
리턴 Neomerx\JsonApi\Contracts\Encoder\Parameters\ParametersAnalyzerInterface