definedClassA::definedMethod PHP Method

definedMethod() public method

public definedMethod ( )
    function definedMethod()
    {
    }

Usage Example

Example #1
0
 function x()
 {
     parent::undefinedMethod();
     parent::definedMethod();
 }