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

addAttribute() public method

public addAttribute ( $name, $value )
$name
$value
    public function addAttribute($name, $value)
    {
        $this->attributes[$name] = new ArticleAttribute($name, $value, $this);
        return $this;
    }