Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OpenSkill
Datatable
Versions
VersionEngine
__construct
OpenSkill\Datatable\Versions\VersionEngine::__construct PHP Method
VersionEngine Class Documentation
Mostrar archivo
Open project: openskill/datatable
__construct()
public
method
DTVersionEngine constructor. The first version will be set as default version.
public
__construct
(
array
$versions
)
$versions
array
an array of possible version this data table supports
public function __construct(array $versions) { $this->setVersionFromRequest($versions); }
VersionEngine
__construct
getVersion
hasVersion
setDefaultVersion
setVersion
setVersionFromRequest