¡@

Home 

php Programming Glossary: aprimitive

Enforcing call to parent method

http://stackoverflow.com/questions/8005951/enforcing-call-to-parent-method

method I have an abstract class like so abstract class APrimitive public function validate Do some stuff that applies all classes.. Do some stuff that applies all classes that extend APrimitive Then I have classes that extend upon the APrimitive base class.. extend APrimitive Then I have classes that extend upon the APrimitive base class CSophisticated extends APrimitive public function..