AA::inAA PHP 메소드

inAA() 정적인 공개 메소드

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

Usage Example

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