PHP 인터페이스 Art4\JsonApiClient\ElementInterface

상속: extends Art4\JsonApiClient\AccessInterface
파일 보기 프로젝트 열기: art4/json-api-client

공개 메소드들

메소드 설명
__construct ( Art4\JsonApiClient\Utils\FactoryManagerInterface $manager, Art4\JsonApiClient\AccessInterface $parent ) Sets the manager and parent
parse ( mixed $object ) : self Parses the data for this element

메소드 상세

__construct() 공개 메소드

Sets the manager and parent
public __construct ( Art4\JsonApiClient\Utils\FactoryManagerInterface $manager, Art4\JsonApiClient\AccessInterface $parent )
$manager Art4\JsonApiClient\Utils\FactoryManagerInterface The manager
$parent Art4\JsonApiClient\AccessInterface The parent

parse() 공개 메소드

Parses the data for this element
public parse ( mixed $object ) : self
$object mixed The data
리턴 self