메소드 |
설명 |
|
correctContextForParameterOrClassMember ( ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface | ApiGen\Contracts\Parser\Reflection\ParameterReflectionInterface | ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface $reflectionElement ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface | ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface |
|
|
findElementByNameAndNamespace ( array | ArrayObjec\ArrayObject $elements, string $name, string $namespace ) : ApiGen\Reflection\ReflectionClass | null |
|
|
isContextUsable ( null | ApiGen\Reflection\ReflectionElement $reflectionElement ) : boolean |
|
|
isSimpleType ( string $definition ) : boolean |
|
|
removeEndBrackets ( string $definition ) : string |
|
|
removeStartDollar ( string $definition ) : string |
|
|
resolveContextForClassProperty ( string $definition, ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface $reflectionClass, integer $pos ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface |
|
|
resolveContextForSelfProperty ( string $definition, integer $pos, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $reflectionElement ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface |
|
|
resolveIfInContext ( $definition, ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface $context ) : ApiGen\Contracts\Parser\Reflection\ConstantReflectionInterface | ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface | ApiGen\Contracts\Parser\Reflection\PropertyReflectionInterface | null |
|
|
resolveIfParsed ( string $definition, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $reflectionElement ) : ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface | ApiGen\Contracts\Parser\Reflection\ConstantReflectionInterface | ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface | null |
|
|