PHP 클래스 Tuli\Rule\ReturnType

상속: implements Tuli\Rule
파일 보기 프로젝트 열기: ircmaxell/tuli

공개 메소드들

메소드 설명
execute ( PHPTypes\State $state ) : array
getName ( )

보호된 메소드들

메소드 설명
findReturnBlocks ( Block $block, $result = [] )
verifyReturn ( $function, PHPTypes\State $state )

메소드 상세

execute() 공개 메소드

public execute ( PHPTypes\State $state ) : array
$state PHPTypes\State
리턴 array

findReturnBlocks() 보호된 메소드

protected findReturnBlocks ( Block $block, $result = [] )
$block PHPCfg\Block

getName() 공개 메소드

public getName ( )

verifyReturn() 보호된 메소드

protected verifyReturn ( $function, PHPTypes\State $state )
$state PHPTypes\State