Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
PutAnnotation.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 'put'
19 ];
20 }
21}
22
Defines a route with the put method Ubiquity\annotations\router$PostAnnotation This class is part of ...
initAnnotation(array $properties)
Initialize the annotation.