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 PointcutTrait

Support \Aop\JoinPoint\Support\PointcutSupportInterface

Direct Known Users

  • Aop\JoinPoint\JoinPoint

Indirect Known Users

  • 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
  • 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/Traits/PointcutTrait.php
Namespace Aop\JoinPoint\Traits
Author Nicolas Tallefourtane <dev@nicolab.net>
See Aop\JoinPoint\Support\PointcutSupportInterface
See Aop\Pointcut\PointcutInterface

Methods summary

public
# getPointcut( )

See

Aop\JoinPoint\Support\PointcutSupportInterface::getPointcut()

Magic methods summary

Properties summary

protected Aop\Pointcut\PointcutInterface $pointcut
#

The pointcut that triggered the current JoinPoint.

The pointcut that triggered the current JoinPoint.

{ PHP AOP } API Doc Generated with ApiGen