Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Yuml.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\attributes\items
;
4
5
use
Ubiquity\annotations\BaseAnnotationTrait
;
6
use Attribute;
7
15
#[Attribute(Attribute::TARGET_CLASS)]
16
class
Yuml
extends
BaseAttribute
,
BaseAnnotationTrait
{
17
18
public
string
$color
;
19
public
string
$note
;
20
26
public
function
__construct
(
string
$color
,
string
$note
) {
27
$this->color =
$color
;
28
$this->note =
$note
;
29
}
30
}
Ubiquity\annotations\BaseAnnotationTrait
Ubiquity\annotations$BaseAnnotationTrait This class is part of Ubiquity.
Definition
BaseAnnotationTrait.php:13
Ubiquity\attributes\items\BaseAttribute
Ubiquity\attributes$BaseAttribute This class is part of Ubiquity.
Definition
BaseAttribute.php:15
Ubiquity\attributes\items\Yuml
Annotation Yuml.
Definition
Yuml.php:16
Ubiquity\attributes\items\Yuml\$note
string $note
Definition
Yuml.php:19
Ubiquity\attributes\items\Yuml\$color
string $color
Definition
Yuml.php:18
Ubiquity\attributes\items\Yuml\__construct
__construct(string $color, string $note)
Yuml constructor.
Definition
Yuml.php:26
Ubiquity\attributes\items
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity-attributes
src
Ubiquity
attributes
items
Yuml.php
Generated on Sun Dec 10 2023 15:04:28 for
Ubiquity
by
doxygen
1.9.8