Class JoinPoint
AbstractBase class for all JoinPoint
abstraction layers.
-
Aop\JoinPoint\JoinPoint
implements :
uses :
Direct known subclasses
Indirect known subclasses
- Aop\JoinPoint\AfterFunctionJoinPoint
- Aop\JoinPoint\AfterFunctionReturnJoinPoint
- Aop\JoinPoint\AroundMethodJoinPoint
- Aop\JoinPoint\AroundPropertyJoinPoint
- Aop\JoinPoint\AroundPropertyReadJoinPoint
- Aop\JoinPoint\AroundPropertyWriteJoinPoint
- Aop\JoinPoint\BeforeFunctionJoinPoint
- Aop\JoinPoint\BeforeMethodJoinPoint
- Aop\JoinPoint\BeforePropertyJoinPoint
- Aop\JoinPoint\BeforePropertyReadJoinPoint
- Aop\JoinPoint\BeforePropertyWriteJoinPoint
- Aop\JoinPoint\AfterFunctionThrowJoinPoint
- Aop\JoinPoint\AfterMethodJoinPoint
- Aop\JoinPoint\AfterMethodReturnJoinPoint
- Aop\JoinPoint\AfterMethodThrowJoinPoint
- Aop\JoinPoint\AfterPropertyJoinPoint
- Aop\JoinPoint\AfterPropertyReadJoinPoint
- Aop\JoinPoint\AfterPropertyWriteJoinPoint
- Aop\JoinPoint\AroundFunctionJoinPoint
Located at | php-aop/src/Aop/JoinPoint/JoinPoint.php |
Namespace | Aop\JoinPoint |
Author | Nicolas Tallefourtane <dev@nicolab.net> |
Methods summary
public
|
#
__construct(
Constructor. |
Methods inherited from Aop\JoinPoint\Support\KindSupportInterface
Methods inherited from Aop\JoinPoint\Support\PointcutSupportInterface
Methods used from Aop\JoinPoint\Traits\PointcutTrait
Magic methods summary
Properties summary
protected
|
$support |
|
#
The support of the current |