getRouter(); if (!($handler[0] instanceof Porters)) { return true; } $router->addPortListen($this->port, [$handler[0], 'process']); return parent::execute($handler); } }