getGraphContext() public method

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