PHP 클래스 PHPSA\ControlFlow\Graph\Edge

파일 보기 프로젝트 열기: ovr/phpsa

보호된 프로퍼티들

프로퍼티 타입 설명
$destination Node | null
$source Node
$type integer

공개 메소드들

메소드 설명
__construct ( Node $source, Node $destination = null, integer $type )

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$destination 보호되어 있는 프로퍼티

protected Node,PHPSA\ControlFlow\Graph|null $destination
리턴 Node | null

$source 보호되어 있는 프로퍼티

protected Node,PHPSA\ControlFlow\Graph $source
리턴 Node

$type 보호되어 있는 프로퍼티

protected int $type
리턴 integer