<?php class HandlerEquipamento extends MHandler { function init() { parent::init(); $this->manager->Trace('HandlerEquipamento:init'); } } ?>