Newscoop\Entity\Repository\Snippet\SnippetTemplateRepository::getPrototype PHP Method

getPrototype() public method

Get new instance of the Snippet
public getPrototype ( ) : SnippetTemplate
return Newscoop\Entity\Snippet\SnippetTemplate
    public function getPrototype()
    {
        return new SnippetTemplate();
    }