Example #1
0
 public function store()
 {
     // check if some core interface is implemented and execute them
     // use simple method check for now
     // @todo: use PHP5 reflection api.
     return parent::store();
 }