Bravo3\Orm\Services\AbstractManagerUtility::getMapper PHP Method

getMapper() protected method

Get the mapper belonging to the entity manager
protected getMapper ( ) : Bravo3\Orm\Mappers\MapperInterface
return Bravo3\Orm\Mappers\MapperInterface
    protected function getMapper()
    {
        return $this->entity_manager->getMapper();
    }