Exemplo n.º 1
0
 private function _hasConfirmedMail()
 {
     return $this->_profile instanceof Application_Model_User_Profile && $this->_profile->isConfirmedEmail();
 }