Doctrine\OrientDB\Graph\Vertex::markPassed PHP Метод

markPassed() публичный Метод

Marks this vertex as passed, meaning that, in the scope of a graph, he has already been processed in order to calculate its potential.
public markPassed ( )
    public function markPassed()
    {
        $this->passed = true;
    }