Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
gossi
codegen
model
ConstantsInterface
setConstant
gossi\codegen\model\ConstantsInterface::setConstant PHP Method
ConstantsInterface Interface Documentation
Datei anzeigen
Open project: gossi/php-code-generator
setConstant()
public
method
Adds a constant
public
setConstant
(
string
|
PhpConstant
$nameOrConstant
,
string
$value
= null )
$nameOrConstant
string
|
PhpConstant
constant or name
$value
string
public function setConstant($nameOrConstant, $value = null);
ConstantsInterface
clearConstants
getConstant
getConstantNames
getConstants
hasConstant
removeConstant
setConstant
setConstants