PHP 클래스 Drahak\Restful\Mapping\MapperContext

저자: Drahomír Hanák
상속: extends Nette\Object
파일 보기 프로젝트 열기: drahak/restful 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$services array

공개 메소드들

메소드 설명
addMapper ( string $contentType, Drahak\Restful\Mapping\IMapper $mapper ) Add mapper
getMapper ( string $contentType ) : Drahak\Restful\Mapping\IMapper Get mapper

메소드 상세

addMapper() 공개 메소드

Add mapper
public addMapper ( string $contentType, Drahak\Restful\Mapping\IMapper $mapper )
$contentType string
$mapper Drahak\Restful\Mapping\IMapper

getMapper() 공개 메소드

Get mapper
public getMapper ( string $contentType ) : Drahak\Restful\Mapping\IMapper
$contentType string in format mimeType[; charset=utf8]
리턴 Drahak\Restful\Mapping\IMapper

프로퍼티 상세

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

protected array $services
리턴 array