Newscoop\Entity\OutputSettings::getOutput PHP Méthode

getOutput() public méthode

Provides the output that is the owner of this settings.
public getOutput ( ) : Newscoop\Entity\Output
Résultat Newscoop\Entity\Output The output that is the owner of this settings.
    function getOutput()
    {
        return $this->output;
    }