PHPDaemon\Examples\Example::getConfigDefaults PHP 메소드

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from AppInstance::getConfigDefaults Uncomment and return array with your default options
protected getConfigDefaults ( ) : boolean
리턴 boolean
    protected function getConfigDefaults()
    {
        return false;
    }