PHP Interface Newscoop\Service\IOutputService

Inheritance: extends Newscoop\Service\IEntityService
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
findByName ( string $name ) : Output Provides the Output that has the provided name.

Method Details

findByName() public méthode

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