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.