Doctrine\OrientDB\Graph\Vertex::isPassed PHP Method

isPassed() public method

Returns whether the vertex has passed or not.
public isPassed ( ) : boolean
return boolean
    public function isPassed()
    {
        return $this->passed;
    }