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

setAcknowledged() public method

Sets the value of the acknowledged flag.
public setAcknowledged ( boolean $bAck = true )
$bAck boolean True if the notice should be acknowledged (default), false otherwise
    public function setAcknowledged($bAck = true)
    {
        $this->acknowledged = $bAck;
    }