Newscoop\Controller\Action\Helper\Datatable\Adapter\Doctrine::setEntityName PHP Method

setEntityName() public method

public setEntityName ( $p_entityName )
    public function setEntityName($p_entityName)
    {
        $this->_entityName = (string) $p_entityName;
        $this->_repository = $this->_entityManager->getRepository($this->_entityName);
        return $this;
    }