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

removeCatalog() public method

Remove catalog
public removeCatalog ( Catalog $catalog )
$catalog Catalog
    public function removeCatalog(Catalog $catalog)
    {
        $this->catalogs->removeElement($catalog);
    }