Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Database.php
Go to the documentation of this file.
1<?php
2
4
6use Attribute;
7
21#[Attribute(Attribute::TARGET_CLASS)]
23
24 public string $name;
25
26 public function __construct(string $name) {
27 $this->name = $name;
28 }
29}
30
Ubiquity\annotations$BaseAnnotationTrait This class is part of Ubiquity.
Ubiquity\attributes$BaseAttribute This class is part of Ubiquity.