PHP Class Trismegiste\Mondrian\Visitor\Edge\ObjectLevelHelper

Inheritance: extends Trismegiste\Mondrian\Visitor\State\AbstractObjectLevel
Show file Open project: trismegiste/mondrian

Protected Methods

Method Description
findTypeVertex ( string $type ) : Vertex Find a class or interface
typeHintParam ( Param $param, ParamVertex $source )

Method Details

findTypeVertex() protected method

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

typeHintParam() protected method

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