コード例 #1
0
 /**
  * Get Icon
  */
 static function _getIcon($a_type, $a_size)
 {
     /*
     switch($a_size)
     {
     	case "small": $suff = ""; break;
     	case "tiny": $suff = "_s"; break;
     	default: $suff = "_b"; break;
     }		 
     */
     return ilPlugin::_getImagePath(IL_COMP_SERVICE, "Repository", "robj", ilPlugin::lookupNameForId(IL_COMP_SERVICE, "Repository", "robj", $a_type), "icon_" . $a_type . ".svg");
 }
 /**
  * @param $string a_type
  * @param $string $a_size
  * @return string
  */
 public static function _getIcon($a_type, $a_size)
 {
     return ilPlugin::_getImagePath(IL_COMP_SERVICE, 'Repository', 'robj', ilPlugin::lookupNameForId(IL_COMP_SERVICE, 'Repository', 'robj', $a_type), 'icon_' . $a_type . '.svg');
 }
コード例 #3
0
 static function _getIcon($a_type, $a_size)
 {
     return ilPlugin::_getImagePath(IL_COMP_SERVICE, "Repository", "robj", ilPlugin::lookupNameForId(IL_COMP_SERVICE, "Repository", "robj", $a_type), "icon_" . $a_type . ".svg");
 }