PHP Интерфейс Newscoop\Service\IOutputService

Наследование: extends Newscoop\Service\IEntityService
Показать файл Открыть проект

Открытые методы

Метод Описание
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.