<?php interface engine_interface { public function _getMacPortTable(); public function _getArpTable(); public function _getInterfaceSettings(); } ?>