/**
  * Data access method : get the status representation HTML string
  *
  * @param boolean $tinyOutput If set to true, returns a compact version of the representation.
  * @return string the status HTML representation
  * @access public
  */
 function getStatusRepresentation($tinyOutput = false, $user = false, $modCodeName = false, $resourceID = false)
 {
     return $this->_status->getHTML($tinyOutput, $user, $modCodeName, $resourceID);
 }