Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Compare

Открытые статические члены

static diff (Schema $source, Schema $target)
 

Подробное описание

См. определение в файле compare.php строка 4

Методы

◆ diff()

static diff ( Schema $source,
Schema $target )
static

Compares two database schemas and returns array of pairs.

Pair is the two element array:

  • First element with index "0" is the object from the source collection.
  • Second element with index "1" is the object from $targetList.
  • if pair element is null when no such element found (by name) in the collection.
Аргументы
Schema$sourceSource schema.
Schema$targetTarget schema.
Возвращает
array

См. определение в файле compare.php строка 21