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;
    }