Ejemplo n.º 1
0
 /**
  * initialize aop framework
  */
 public static function initializeAOP()
 {
     if (count(AOP\AFramework::$pointcuts) == 0) {
         echo "is echt null - status: " . self::$STATUS . "<br/>";
         AOP\AFramework::registerAspects();
     }
 }