예제 #1
0
파일: Device.php 프로젝트: fundef/pupnp
 /**
  * Returns icons list from root-xml
  * 
  * @access public
  * 
  * @return array
  */
 public function getIcons()
 {
     return $this->root->getIcons();
 }