Ojs\JournalBundle\Entity\Article::getAttributes PHP Method

getAttributes() public method

Get attributes
public getAttributes ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getAttributes()
    {
        return $this->attributes;
    }