PHP Class PHPSA\ControlFlow\Graph

Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$entryPoint object
$nodes SplObjectStorage

Public Methods

Method Description
__construct ( $entryPoint )

Method Details

__construct() public method

public __construct ( $entryPoint )
$entryPoint

Property Details

$entryPoint protected property

protected object $entryPoint
return object

$nodes protected property

protected SplObjectStorage $nodes
return SplObjectStorage