PHP Demo\Example Namespace

Classes

Name Description
CacheableDemo Example class to show how to use caching with AOP
DynamicMethodsDemo Example class to show how to intercept magic methods
ErrorDemo In this class we use system functions that will be intercepted by aspect
FunctionDemo In this class we use system functions that will be intercepted by aspect
HumanDemo Human class example
IntroductionDemo Example class to show how to dynamically add new interfaces and traits to the class
LoggingDemo Example class to show how to use logging with AOP
PropertyDemo Example class to show how to intercept an access to the properties
UserFluentDemo Example class to show fluent interface in action