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

getAttribute() public method

public getAttribute ( $name ) : boolean | Ojs\JournalBundle\Entity\ArticleAttribute
$name
return boolean | Ojs\JournalBundle\Entity\ArticleAttribute
    public function getAttribute($name)
    {
        return isset($this->attributes[$name]) ? $this->attributes[$name] : false;
    }