PartKeepr\CoreBundle\Entity\SystemNotice::isAcknowledged PHP Method

isAcknowledged() public method

Returns the value of the acknowledged flag.
public isAcknowledged ( ) : boolean
return boolean true if this notice has been acknowledged, false otherwise
    public function isAcknowledged()
    {
        return $this->acknowledged;
    }