/**
  * get command frame
  *
  * @access public
  * @param
  * @return
  */
 public function getCommandFrame($a_cmd)
 {
     switch ($a_cmd) {
         case 'show':
             include_once './Services/WebServices/ECS/classes/class.ilECSExport.php';
             include_once './Services/WebServices/ECS/classes/class.ilECSImport.php';
             if (ilECSExport::_isRemote(ilECSImport::lookupServerId($this->obj_id), ilECSImport::_lookupEContentId($this->obj_id))) {
                 return '_blank';
             }
         default:
             return parent::getCommandFrame($a_cmd);
     }
 }
 /**
  * Get command target frame.
  *
  * Overwrite this method if link frame is not current frame
  *
  * @param	string		$a_cmd			command
  *
  * @return	string		command target frame
  */
 function getCommandFrame($a_cmd)
 {
     // begin-patch fm
     return parent::getCommandFrame($a_cmd);
     // end-patch fm
 }
 /**
  * Get command target frame.
  *
  * Overwrite this method if link frame is not current frame
  *
  * @param	string		$a_cmd			command
  * @return	string		command target frame
  */
 function getCommandFrame($a_cmd)
 {
     return parent::getCommandFrame($a_cmd);
 }