Newscoop\Entity\Repository\TemplateRepository::setBasePath PHP 메소드

setBasePath() 공개 메소드

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