Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
GetAnnotation.php
Go to the documentation of this file.
1<?php
2
7
18
19 public function initAnnotation(array $properties) {
20 parent::initAnnotation($properties);
21 $this->methods = [
22 'get'
23 ];
24 }
25}
26
Defines a route with the get method Ubiquity\annotations\router$GetAnnotation This class is part of U...
initAnnotation(array $properties)
Initialize the annotation.