You are here

function crumbs_PluginOperation_describe::__construct in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 7.2 lib/PluginOperation/describe.php \crumbs_PluginOperation_describe::__construct()

File

lib/PluginOperation/describe.php, line 17

Class

crumbs_PluginOperation_describe
This class uses the PluginOperation pattern, but it does not implement any of the PluginOperation interfaces. This is because it is not supposed to be used with the PluginEngine, but rather from a custom function (see above).

Code

function __construct() {
  $this->injectedAPI_mono = new crumbs_InjectedAPI_describeMonoPlugin($this);
  $this->injectedAPI_multi = new crumbs_InjectedAPI_describeMultiPlugin($this);
}