Ejemplo n.º 1
0
 /**
  * Check if user is allowed to send
  *
  * @return boolean
  */
 public function canSend()
 {
     return !$this->sendfriend->isExceedLimit();
 }