Exemplo n.º 1
0
 /**
  * @param int $statusId
  *
  * @return string
  */
 protected function getLabelStatus($statusId)
 {
     return BranchPeer::getBasecampLabelStatus($statusId);
 }