Пример #1
0
 /**
  * Check if necessary MySQL version is supported by server
  *
  * @return bool true if supported
  */
 public function isMysqlSupported()
 {
     $checking_result = parent::isMysqlSupported();
     return $checking_result;
 }