PHP 클래스 Tuli\Rule\ArgumentType

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

공개 메소드들

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

보호된 메소드들

메소드 설명
findMethod ( $class, $name ) : PHPCfg\Op\Stmt\ClassMethod | null
verifyCall ( $func, $call, $state, $name ) : array
verifyInternalCall ( $func, $call, $state, $name ) : array

메소드 상세

execute() 공개 메소드

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

findMethod() 보호된 메소드

protected findMethod ( $class, $name ) : PHPCfg\Op\Stmt\ClassMethod | null
리턴 PHPCfg\Op\Stmt\ClassMethod | null

getName() 공개 메소드

public getName ( ) : string
리턴 string

verifyCall() 보호된 메소드

protected verifyCall ( $func, $call, $state, $name ) : array
리턴 array

verifyInternalCall() 보호된 메소드

protected verifyInternalCall ( $func, $call, $state, $name ) : array
리턴 array