PHP 인터페이스 Newscoop\Service\IEntityBaseService

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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.