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

Interfaces

  • ArgsGetterSupportInterface
  • ArgsSetterSupportInterface
  • ClassSupportInterface
  • ExceptionGetterSupportInterface
  • FunctionSupportInterface
  • JoinPointSupportInterceptorInterface
  • KindSupportInterface
  • MethodSupportInterface
  • PointcutSupportInterface
  • ProceedSupportInterface
  • PropertySupportInterface
  • PropertyValueGetterSupportInterface
  • PropertyValueSetterSupportInterface
  • ReturnValueGetterSupportInterface
  • ReturnValueSetterSupportInterface

Interface PointcutSupportInterface

PointcutSupportInterface provides the accessor method to get the current point cut.

Direct known implementers

  • Aop\JoinPoint\JoinPoint
  • Aop\JoinPoint\Support\JoinPointSupportInterceptorInterface

Indirect known implementers

  • Aop\JoinPoint\AfterFunctionJoinPoint
  • Aop\JoinPoint\AfterFunctionReturnJoinPoint
  • Aop\JoinPoint\AroundFunctionJoinPoint
  • Aop\JoinPoint\AroundJoinPoint
  • Aop\JoinPoint\AroundMethodJoinPoint
  • Aop\JoinPoint\AroundPropertyJoinPoint
  • Aop\JoinPoint\AroundPropertyReadJoinPoint
  • Aop\JoinPoint\AroundPropertyWriteJoinPoint
  • Aop\JoinPoint\BeforeFunctionJoinPoint
  • Aop\JoinPoint\BeforeJoinPoint
  • Aop\JoinPoint\BeforeMethodJoinPoint
  • Aop\JoinPoint\BeforePropertyJoinPoint
  • Aop\JoinPoint\AfterFunctionThrowJoinPoint
  • Aop\JoinPoint\BeforePropertyReadJoinPoint
  • Aop\JoinPoint\BeforePropertyWriteJoinPoint
  • PatchworkInterceptor\JoinPointSupportInterceptor
  • PeclAop\JoinPointSupportInterceptor
  • Aop\JoinPoint\AfterJoinPoint
  • Aop\JoinPoint\AfterMethodJoinPoint
  • Aop\JoinPoint\AfterMethodReturnJoinPoint
  • Aop\JoinPoint\AfterMethodThrowJoinPoint
  • Aop\JoinPoint\AfterPropertyJoinPoint
  • Aop\JoinPoint\AfterPropertyReadJoinPoint
  • Aop\JoinPoint\AfterPropertyWriteJoinPoint
Located at php-aop/src/Aop/JoinPoint/Support/PointcutSupportInterface.php
Namespace Aop\JoinPoint\Support
Author Nicolas Tallefourtane <dev@nicolab.net>

Methods summary

public Aop\Pointcut\PointcutInterface
# getPointcut( )

Get the point cut that triggered the join point.

Get the point cut that triggered the join point.

Returns

Aop\Pointcut\PointcutInterface
The Pointcut instance.

Magic methods summary

{ PHP AOP } API Doc Generated with ApiGen