Trismegiste\Mondrian\Visitor\VisitorGateway::getGraphContext PHP Méthode

getGraphContext() public méthode

public getGraphContext ( )
    public function getGraphContext()
    {
        return $this->graphCtx;
    }

Usage Example

 public function testShortcut()
 {
     $this->buildVisitorUnique();
     $this->sut->getGraph();
     $this->sut->getGraphContext();
     $this->sut->getReflectionContext();
 }