Example #1
0
 /**
  * @return bool
  */
 public function isSent()
 {
     if (!$this->request) {
         return false;
     }
     return $this->request->hasParam($this->name) || $this->request->hasFiles($this->name);
 }