A1::f PHP Method

f() public method

public f ( )
    function f()
    {
        A1::f();
    }

Usage Example

Example #1
0
 function f()
 {
     A1::f();
     A2::f();
     \A1::f();
     \A2::f();
     B::f();
     C::f();
 }