示例#1
0
文件: Device.php 项目: fundef/pupnp
 /**
  * Returns icons list from root-xml
  * 
  * @access public
  * 
  * @return array
  */
 public function getIcons()
 {
     return $this->root->getIcons();
 }