JansenFelipe\OMR\Contracts\Target::setMarked PHP Method

setMarked() public method

Tells whether the target was marked
public setMarked ( boolean $marked )
$marked boolean
    public function setMarked($marked)
    {
        $this->marked = $marked;
    }