Newscoop\Entity\Article::getSnippets PHP Method

getSnippets() public method

Get Article Snippets.
public getSnippets ( )
    public function getSnippets()
    {
        return $this->snippets;
    }