Example #1
0
 protected function getAttribute($sel, $attr)
 {
     try {
         $attr = parent::getAttribute($sel . '@' . $attr);
     } catch (Exception $ex) {
         $attr = false;
     }
     return $attr;
 }