Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Newscoop
Service
IEntityBaseService
PHP Интерфейс Newscoop\Service\IEntityBaseService
Показать файл
Открыть проект
Открытые методы
Метод
Описание
findById
(
mixed
$id
) :
Newscoop\Entity
Provides the entity that has the provided id.
getById
(
mixed
$id
) :
Newscoop\Entity
Provides the entity that has the provided id.
Описание методов
findById()
публичный
Метод
Provides the entity that has the provided id.
public
findById
(
mixed
$id
) :
Newscoop\Entity
$id
mixed
The id to be searched, not null, not empty.
Результат
Newscoop\Entity
The entity, null if no entities could be found for the provided id.
getById()
публичный
Метод
Provides the entity that has the provided id.
public
getById
(
mixed
$id
) :
Newscoop\Entity
$id
mixed
The id to be searched, not null, not empty.
Результат
Newscoop\Entity
The entity, not null.