public function Application::__construct in Module Object Oriented Programming API 7.2
Same name and namespace in other branches
- 6.2 component/moopapi.component.inc \Application::__construct()
- 6 component/moopapi.component.inc \Application::__construct()
- 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();
}