Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
OptionsAnnotation.php
Go to the documentation of this file.
1<?php
3
14
15 public function initAnnotation(array $properties) {
16 parent::initAnnotation($properties);
17 $this->methods = [
18 "options"
19 ];
20 }
21}
22
Defines a route with the options method Ubiquity\annotations\router$PostAnnotation This class is part...
initAnnotation(array $properties)
Initialize the annotation.