Drahak\Restful\Mapping\MapperContext::addMapper PHP Method

addMapper() public method

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;
    }