Example #1
0
 protected function get_operation($rid)
 {
     if (isset($_GET['action'])) {
         return $_GET['action'];
     }
     return parent::get_operation($rid);
 }