Drahak\Restful\Mapping\MapperContext::addMapper PHP 메소드

addMapper() 공개 메소드

Add mapper
public addMapper ( string $contentType, Drahak\Restful\Mapping\IMapper $mapper )
$contentType string
$mapper Drahak\Restful\Mapping\IMapper
    public function addMapper($contentType, IMapper $mapper)
    {
        $this->services[$contentType] = $mapper;
    }