Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Doctrine
ORM
Version
PHP Класс Doctrine\ORM\Version
См. ссылку:
www.doctrine-project.org
С версии:
2.0
Автор:
Benjamin Eberlei (
[email protected]
)
Автор:
Guilherme Blanco (
[email protected]
)
Автор:
Jonathan Wage (
[email protected]
)
Автор:
Roman Borschel (
[email protected]
)
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
compare
(
string
$version
) :
integer
Compares a Doctrine version with the current one.
Описание методов
compare()
публичный
статический
Метод
Compares a Doctrine version with the current one.
public
static
compare
(
string
$version
) :
integer
$version
string
Doctrine version to compare.
Результат
integer
Returns -1 if older, 0 if it is the same, 1 if version passed as argument is newer.