interface OGMSettings in Open Graph meta tags 7
Same name and namespace in other branches
- 6 opengraph_meta.common.inc \OGMSettings
Interface to getting/setting config settings.
Hierarchy
- interface \OGMSettings
Expanded class hierarchy of OGMSettings
All classes that implement OGMSettings
File
- ./
opengraph_meta.common.inc, line 360
View source
interface OGMSettings {
public function get($name, $default);
public function set($name, $value);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OGMSettings:: |
public | function | 2 | |
OGMSettings:: |
public | function | 2 |