Method | Description | |
---|---|---|
findByName ( string $name ) : |
Provides the Output that has the provided name. |
public findByName ( string $name ) : |
||
$name | string | The name to be searched, not null, not empty. |
return | The Output, null if no Output could be found for the provided name. |