AOP.io
  • { PHP AOP } API Doc
  • Documentation
  • Tree
  • Make a donation via Paypal

Namespaces

  • Aop
    • Advice
    • Aspect
    • Exception
    • JoinPoint
      • Support
      • Traits
    • Pointcut
    • Traits
    • Weaver
  • PatchworkInterceptor
  • PeclAop
  • PHP

Traits

  • ArgsGetterTrait
  • ArgsSetterTrait
  • ClassTrait
  • ExceptionGetterTrait
  • FunctionTrait
  • MethodTrait
  • PointcutTrait
  • ProceedTrait
  • PropertyTrait
  • PropertyValueGetterTrait
  • PropertyValueSetterTrait
  • ReflectionClassTrait
  • ReflectionFunctionTrait
  • ReflectionMethodTrait
  • ReflectionPropertyTrait
  • ReturnValueGetterTrait
  • ReturnValueSetterTrait

Trait MethodTrait

Support \Aop\JoinPoint\Support\MethodSupportInterface

Aop\JoinPoint\Traits\MethodTrait
uses :
  • Aop\JoinPoint\Traits\ReflectionMethodTrait

Direct Known Users

  • Aop\JoinPoint\AfterMethodJoinPoint
  • Aop\JoinPoint\AfterMethodReturnJoinPoint
  • Aop\JoinPoint\AfterMethodThrowJoinPoint
  • Aop\JoinPoint\AroundMethodJoinPoint
  • Aop\JoinPoint\BeforeMethodJoinPoint
Located at php-aop/src/Aop/JoinPoint/Traits/MethodTrait.php
Namespace Aop\JoinPoint\Traits
Author Nicolas Tallefourtane <dev@nicolab.net>
See Aop\JoinPoint\Support\MethodSupportInterface

Methods summary

public
# getMethodName( )

See

Aop\JoinPoint\Support\MethodSupportInterface::getMethodName()

Methods used from Aop\JoinPoint\Traits\ReflectionMethodTrait

  • createReflectionMethod()
  • getReflectionMethod()

Magic methods summary

{ PHP AOP } API Doc Generated with ApiGen