Newscoop\Entity\OutputSettings::getOutput PHP Метод

getOutput() публичный Метод

Provides the output that is the owner of this settings.
public getOutput ( ) : Newscoop\Entity\Output
Результат Newscoop\Entity\Output The output that is the owner of this settings.
    function getOutput()
    {
        return $this->output;
    }