phpbb\db\migration\data\v320\add_help_phpbb::effectively_installed PHP 메소드

effectively_installed() 공개 메소드

    public function effectively_installed()
    {
        return isset($this->config['help_send_statistics']);
    }