コード例 #1
0
ファイル: WebTestCase.php プロジェクト: vasiliy-pdk/aes
 protected function getAttribute($sel, $attr)
 {
     try {
         $attr = parent::getAttribute($sel . '@' . $attr);
     } catch (Exception $ex) {
         $attr = false;
     }
     return $attr;
 }