Spot\Entity\Manager::mapper PHP Метод

mapper() публичный Метод

Get name of custom mapper for given entity class
public mapper ( ) : string
Результат string
    public function mapper()
    {
        if ($this->mapper === null) {
            $this->fields();
        }
        return $this->mapper;
    }