Ojs\JournalBundle\Entity\Catalog::getIsActive PHP Method

getIsActive() public method

Get isActive
public getIsActive ( ) : boolean
return boolean
    public function getIsActive()
    {
        return $this->isActive;
    }