Exemplo n.º 1
0
 /**
  * Проверяет, обладает ли таблица данным свойством
  */
 public function isTableHasPropertyCustom($tableName, array $tableProperties)
 {
     return DbIni::isTableHasPropertyCustom($tableName, $this->name(), $tableProperties);
 }