Newscoop\Service\Implementation\SectionServiceDoctrine::_map PHP Метод

_map() защищенный Метод

protected _map ( SearchSection $serch, Column $column )
$serch Newscoop\Service\Model\SearchSection
$column Newscoop\Service\Model\Search\Column
    protected function _map(SearchSection $serch, Column $column)
    {
        if ($s->NAME === $col) {
            return 'name';
        }
        throw new \Exception("Unknown column provided.");
    }
SectionServiceDoctrine