Ojs\JournalBundle\Entity\Article::getAttributes PHP Méthode

getAttributes() public méthode

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