PHPSA\ControlFlow\Graph::__construct PHP Method

__construct() public method

public __construct ( $entryPoint )
$entryPoint
    public function __construct($entryPoint)
    {
        $this->entryPoint = $entryPoint;
        $this->nodes = new \SplObjectStorage();
    }