You are here

public function Application::__construct in Module Object Oriented Programming API 7.2

Same name and namespace in other branches
  1. 6.2 component/moopapi.component.inc \Application::__construct()
  2. 6 component/moopapi.component.inc \Application::__construct()
  3. 7 component/moopapi.component.inc \Application::__construct()

Overrides Component::__construct

File

component/moopapi.component.inc, line 121

Class

Application
@todo Desc for Application.

Code

public function __construct($decorators_applied = array()) {
  parent::__construct($decorators_applied);
  $this
    ->getControllers();
}