Metaphore\Value::hasResult PHP Method

hasResult() public method

public hasResult ( ) : boolean
return boolean
    public function hasResult()
    {
        return $this->getResult() !== false;
    }