PHP Class Tuli\Rule\ArgumentType

Inheritance: implements Tuli\Rule
Afficher le fichier Open project: ircmaxell/tuli

Méthodes publiques

Méthode Description
execute ( PHPTypes\State $state ) : array
getName ( ) : string

Méthodes protégées

Méthode Description
findMethod ( $class, $name ) : PHPCfg\Op\Stmt\ClassMethod | null
verifyCall ( $func, $call, $state, $name ) : array
verifyInternalCall ( $func, $call, $state, $name ) : array

Method Details

execute() public méthode

public execute ( PHPTypes\State $state ) : array
$state PHPTypes\State
Résultat array

findMethod() protected méthode

protected findMethod ( $class, $name ) : PHPCfg\Op\Stmt\ClassMethod | null
Résultat PHPCfg\Op\Stmt\ClassMethod | null

getName() public méthode

public getName ( ) : string
Résultat string

verifyCall() protected méthode

protected verifyCall ( $func, $call, $state, $name ) : array
Résultat array

verifyInternalCall() protected méthode

protected verifyInternalCall ( $func, $call, $state, $name ) : array
Résultat array