PHP 클래스 phake\CycleDetector

파일 보기 프로젝트 열기: jaz303/phake 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $root_node )
get_cycles ( )

비공개 메소드들

메소드 설명
find_strongly_connected_components ( $first_task )
get_marked_node ( $task_node )
has_marked_node ( $task_node )
initialize ( )
mark_node ( $task_node )
task_key ( $task_node )

메소드 상세

__construct() 공개 메소드

public __construct ( $root_node )

get_cycles() 공개 메소드

public get_cycles ( )