Settings
extends BaseModel
in package
Class Settings is a BaseModel class used when retriving model data via getModel().
Functionality of this class is inherited entirely from BaseModel.
There are variables defined here that are used elsewhere to make code more portable, and reduce typographic errors.
Table of Contents
- $api_name : string
- The API endpoint name as created by Phalcon.
- $configd_name : string
- The name to use to reference the service with configd.
- $label : string
- A label to use for this plugin.
- $name : string
- The name of this plugin.
Properties
$api_name
The API endpoint name as created by Phalcon.
public
string
$api_name
= 'dnscryptproxy'
$configd_name
The name to use to reference the service with configd.
public
string
$configd_name
= 'dnscryptproxy'
$label
A label to use for this plugin.
public
string
$label
= 'DNSCrypt Proxy'
$name
The name of this plugin.
public
string
$name
= 'dnscrypt-proxy'