Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
yii
di
Container
has
yii\di\Container::has PHP Метод
Документация по классу Container
Показать файл
Открыть проект
has()
публичный
Метод
Returns a value indicating whether the container has the definition of the specified name.
См. также:
set()
public
has
(
string
$class
) :
boolean
$class
string
class name, interface name or alias name
Результат
boolean
whether the container has the definition of the specified name..
public function has($class) { return isset($this->_definitions[$class]); }
Container
build
clear
get
getDefinitions
getDependencies
has
hasSingleton
invoke
mergeParams
normalizeDefinition
resolveCallableDependencies
resolveDependencies
set
setDefinitions
setSingleton
setSingletons