PHP 클래스 Trismegiste\Mondrian\Visitor\Edge\ObjectLevelHelper

상속: extends Trismegiste\Mondrian\Visitor\State\AbstractObjectLevel
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 메소드들

메소드 설명
findTypeVertex ( string $type ) : Vertex Find a class or interface
typeHintParam ( Param $param, ParamVertex $source )

메소드 상세

findTypeVertex() 보호된 메소드

Find a class or interface
protected findTypeVertex ( string $type ) : Vertex
$type string fqcn to be found
리턴 Vertex

typeHintParam() 보호된 메소드

protected typeHintParam ( Param $param, ParamVertex $source )
$param PhpParser\Node\Param
$source Trismegiste\Mondrian\Transform\Vertex\ParamVertex