예제 #1
0
 function get_interfaces()
 {
     // returns array of interface id's (key) and interface name (value)
     return Port::get_device_interfaces($this->device_id);
 }