middag_metadata
FinalYes
Middag Plugin Metadata.
Holds plugin-specific constants that must not live inside the reusable framework package.
Tags
Table of Contents
Constants
- COMPONENT_NAME = 'local_middag'
- Component name used for cache definitions, logs, and file storage.
- DOCS_URL = 'https://docs.middag.com.br'
- External resource URL: documentation site.
- MIDDAGPLUGINS_OVERVIEW_URL = 'https://docs.middag.com.br/middag-plugins/visao-geral'
- External resource URL: plugins overview on docs.
- SITE_URL = 'https://www.middag.com.br'
- External resource URL: main company website.
- SUPPORT_URL = 'https://suporte.middag.com.br'
- External resource URL: support portal.
Methods
- __clone() : mixed
- Prevent cloning.
- __construct() : mixed
- Private constructor to prevent instantiation.
Constants
COMPONENT_NAME
Component name used for cache definitions, logs, and file storage.
public
string
COMPONENT_NAME
= 'local_middag'
This is the Moodle plugin component identifier (frankenstyle).
DOCS_URL
External resource URL: documentation site.
public
string
DOCS_URL
= 'https://docs.middag.com.br'
MIDDAGPLUGINS_OVERVIEW_URL
External resource URL: plugins overview on docs.
public
string
MIDDAGPLUGINS_OVERVIEW_URL
= 'https://docs.middag.com.br/middag-plugins/visao-geral'
SITE_URL
External resource URL: main company website.
public
string
SITE_URL
= 'https://www.middag.com.br'
SUPPORT_URL
External resource URL: support portal.
public
string
SUPPORT_URL
= 'https://suporte.middag.com.br'
Methods
__clone()
Prevent cloning.
private
__clone() : mixed
__construct()
Private constructor to prevent instantiation.
private
__construct() : mixed