Newscoop\NewscoopBundle\Entity\SystemPreferences::getOption PHP Method

getOption() public method

Gets the value of option.
public getOption ( ) : string
return string
    public function getOption()
    {
        return $this->option;
    }