Esempio n. 1
0
 public function getArr()
 {
     if ('path' === $this['in']) {
         $this['required'] = true;
     }
     return parent::getArr();
 }
Esempio n. 2
0
 public function getArr()
 {
     $this->parseParametersType();
     return parent::getArr();
 }