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