Newscoop\Service\IEntityBaseService::getById PHP Метод

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.
    function getById($id);
IEntityBaseService