You are here

abstract class Adapter in Module Object Oriented Programming API 6.2

Same name in this branch
  1. 6.2 component/decorator/moopapi.adapter.inc \Adapter
  2. 6.2 component/decorator/adapter/moopapi.adapter.inc \Adapter
Same name and namespace in other branches
  1. 6 component/decorator/moopapi.adapter.inc \Adapter
  2. 6 component/decorator/adapter/moopapi.adapter.inc \Adapter
  3. 7.2 component/decorator/adapter/moopapi.adapter.inc \Adapter
  4. 7 component/decorator/adapter/moopapi.adapter.inc \Adapter

Adapter for Drupal major version.

Hierarchy

Expanded class hierarchy of Adapter

File

component/decorator/moopapi.adapter.inc, line 6

View source
abstract class Adapter extends Decorator {

}

Members

Namesort descending Modifiers Type Description Overrides
Component::$app_name protected property
Component::$decorators_applied protected property
Component::$id protected property
Component::$relations protected property
Component::$rltns protected property
Component::$type protected property 3
Component::ID_APPLICATION constant
Component::TYPE_CONTROLLER constant
Component::TYPE_MODEL constant
Decorator::$original protected property Here the original value of decorated application is stored.
Decorator::__construct public function Overrides Component::__construct 2