package { public class SomeClass { public static function staticMeth ( ) { } } } package { public class SomeClass extends SomeParentClass { public static function staticMeth ( ) { // Local variables, nested functions, and namespaces defined here // are accessible throughout staticMeth } } }
Related Scripts with Example Source Code in same category :