/**
  * Return all pending handins for this task, NOT the ones associated with its subtasks
  *
  * @access public
  * @param void
  * @return array
  */
 function getPendingTaskHandins()
 {
     return ObjectHandins::getPendingHandinsByObject($this);
 }