Newscoop\Entity\Repository\TemplateRepository::setBasePath PHP Method

setBasePath() public method

Set base path
public setBasePath ( string $path ) : Newscoop\Entity\Repository\TemplateRepository
$path string
return Newscoop\Entity\Repository\TemplateRepository
    public function setBasePath($path)
    {
        $this->basePath = trim($path, '/');
        return $this;
    }