示例#1
0
 /**
  * Метод возвращает колонки для указанной настройки
  */
 public function getColumnsWithPropertyCustom($tableName, array $tableProperties)
 {
     return DbIni::getColumnsWithPropertyCustom($tableName, $this->name(), $tableProperties);
 }