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

removeAttribute() public method

Remove attributes
public removeAttribute ( Ojs\JournalBundle\Entity\ArticleAttribute $attributes )
$attributes Ojs\JournalBundle\Entity\ArticleAttribute
    public function removeAttribute(ArticleAttribute $attributes)
    {
        $this->attributes->removeElement($attributes);
    }