示例#1
0
 /**
  * Is the response forbidden?
  *
  * @return bool
  *
  * @api
  */
 public function isForbidden()
 {
     return parent::isForbidden();
 }