Newscoop\Entity\OutputSettings::getOutput PHP Method

getOutput() public method

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