PHP Class PHPSA\ControlFlow\Graph\Edge

Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$destination Node | null
$source Node
$type integer

Public Methods

Method Description
__construct ( Node $source, Node $destination = null, integer $type )

Method Details

__construct() public method

public __construct ( Node $source, Node $destination = null, integer $type )
$source Node
$destination Node
$type integer

Property Details

$destination protected property

protected Node,PHPSA\ControlFlow\Graph|null $destination
return Node | null

$source protected property

protected Node,PHPSA\ControlFlow\Graph $source
return Node

$type protected property

protected int $type
return integer