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

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

Returns the vertex which gave to the current vertex its potential.
public getPotentialFrom ( ) : Doctrine\OrientDB\Graph\Vertex
Результат Doctrine\OrientDB\Graph\Vertex
    public function getPotentialFrom()
    {
        return $this->potentialFrom;
    }