コード例 #1
0
ファイル: PsTableColumnProps.php プロジェクト: ilivanoff/www
 /**
  * Метод возвращает колонки для указанной настройки
  */
 public function getColumnsWithPropertyCustom($tableName, array $tableProperties)
 {
     return DbIni::getColumnsWithPropertyCustom($tableName, $this->name(), $tableProperties);
 }