Newscoop\Service\IEntityBaseService::findById PHP Méthode

findById() public méthode

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.
Résultat Newscoop\Entity The entity, null if no entities could be found for the provided id.
    function findById($id);
IEntityBaseService