Newscoop\Service\IEntityBaseService::findById PHP 메소드

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