Trismegiste\Mondrian\Visitor\VisitorGateway::getGraph PHP Method

getGraph() public method

public getGraph ( )
    public function getGraph()
    {
        return $this->graph;
    }

Usage Example

コード例 #1
0
 public function testShortcut()
 {
     $this->buildVisitorUnique();
     $this->sut->getGraph();
     $this->sut->getGraphContext();
     $this->sut->getReflectionContext();
 }