AA::inAA PHP Method

inAA() static public method

static public inAA ( )
    static function inAA()
    {
    }

Usage Example

Example #1
0
 function foo()
 {
     parent::inAA();
     parent::inA();
     parent::inB();
     parent::inTrait();
     parent::nowhere();
     c::inC();
 }