JansenFelipe\OMR\Contracts\Target::isMarked PHP 메소드

isMarked() 공개 메소드

Checks if the target was marked
public isMarked ( ) : boolean
리턴 boolean
    public function isMarked()
    {
        return $this->marked;
    }