Ojs\JournalBundle\Entity\Article::getAttributes PHP 메소드

getAttributes() 공개 메소드

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