Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Rest.php
Go to the documentation of this file.
1<?php
2
4
5use Attribute;
8
18#[Attribute(Attribute::TARGET_CLASS)]
20
21 public ?string $resource;
22
27 public function __construct(?string $resource=null) {
28 $this->resource = $resource;
29 }
30
31}
Ubiquity\annotations$BaseAnnotationTrait This class is part of Ubiquity.
Ubiquity\attributes$BaseAttribute This class is part of Ubiquity.
__construct(?string $resource=null)
Rest constructor.
Definition Rest.php:27