Overview

Namespaces

  • Faulancer
    • Controller
    • Exception
    • Form
      • Validator
        • Type
    • Helper
      • Reflection
    • Http
    • Mail
    • ORM
      • User
    • Service
      • Factory
    • ServiceLocator
    • Session
    • View
      • Helper

Classes

  • AnnotationParser
  • Overview
  • Namespace
  • Class

Class AnnotationParser

Class AnnotationParser

ReflectionClass implements Reflector
Extended by Faulancer\Helper\Reflection\AnnotationParser
Namespace: Faulancer\Helper\Reflection
Located at Helper/Reflection/AnnotationParser.php
Methods summary
public
# __construct( mixed $argument )

AnnotationParser constructor.

AnnotationParser constructor.

Parameters

$argument

Codecoverageignore

Overrides

ReflectionClass::__construct()
public array
# getMethodDoc( string $name = '' )

Get class methods

Get class methods

Parameters

$name
The name of the annotation

Returns

array

Codecoverageignore

Methods inherited from ReflectionClass
__toString(), export(), getConstant(), getConstants(), getConstructor(), getDefaultProperties(), getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getInterfaceNames(), getInterfaces(), getMethod(), getMethods(), getModifiers(), getName(), getNamespaceName(), getParentClass(), getProperties(), getProperty(), getShortName(), getStartLine(), getStaticProperties(), getStaticPropertyValue(), getTraitAliases(), getTraitNames(), getTraits(), hasConstant(), hasMethod(), hasProperty(), implementsInterface(), inNamespace(), isAbstract(), isAnonymous(), isCloneable(), isFinal(), isInstance(), isInstantiable(), isInterface(), isInternal(), isIterateable(), isSubclassOf(), isTrait(), isUserDefined(), newInstance(), newInstanceArgs(), newInstanceWithoutConstructor(), setStaticPropertyValue()
Constants inherited from ReflectionClass
IS_EXPLICIT_ABSTRACT, IS_FINAL, IS_IMPLICIT_ABSTRACT
Properties inherited from ReflectionClass
$name
API documentation generated by ApiGen