You are here

interface OGMSettings in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 opengraph_meta.common.inc \OGMSettings

Interface to getting/setting config settings.

Hierarchy

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