Exemplo n.º 1
0
 /**
  *
  * @param int $userId
  * @param type $status
  * @return UHEADER_BOL_Cover
  */
 public function findCoverByUserId($userId, $status = UHEADER_BOL_Cover::STATUS_ACTIVE)
 {
     return $this->coverDao->findByUserId($userId, $status);
 }