PHP 인터페이스 Newscoop\Service\IOutputService

상속: extends Newscoop\Service\IEntityService
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
findByName ( string $name ) : Output Provides the Output that has the provided name.

메소드 상세

findByName() 공개 메소드

Provides the Output that has the provided name.
public findByName ( string $name ) : Output
$name string The name to be searched, not null, not empty.
리턴 Newscoop\Entity\Output The Output, null if no Output could be found for the provided name.