Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Yuml Class Reference

Annotation Yuml. More...

+ Inheritance diagram for Yuml:

Public Member Functions

 __construct (string $color, string $note)
 Yuml constructor.
 
- Public Member Functions inherited from BaseAttribute
 __construct ()
 
 asAnnotation ()
 
 getNamespace ()
 
 __toString ()
 
- Public Member Functions inherited from BaseAnnotationTrait
 getProperties ()
 
 getPropertiesAndValues ($props=NULL)
 
 isSameAs ($annot)
 

Data Fields

string $color
 
string $note
 

Additional Inherited Members

- Protected Member Functions inherited from BaseAttribute
 getDefaultParameters ()
 

Detailed Description

Annotation Yuml.

#[Yuml(color:"color",note:"content")

Author
jc
Version
1.0.0

Definition at line 16 of file Yuml.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $color,
string  $note 
)

Yuml constructor.

Parameters
string$color
string$note

Definition at line 26 of file Yuml.php.

Field Documentation

◆ $color

string $color

Definition at line 18 of file Yuml.php.

◆ $note

string $note

Definition at line 19 of file Yuml.php.


The documentation for this class was generated from the following file: