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

Defines a route with the delete method Ubiquity\attributes\items\router$Post This class is part of Ubiquity. More...

+ Inheritance diagram for Delete:

Public Member Functions

 __construct (string $path='', string $name=null, bool $cache=false, int $duration=0, bool $inherited=false, bool $automated=false, array $requirements=[], int $priority=0)
 Delete constructor.
 
- Public Member Functions inherited from Route
 __construct (string $path='', ?array $methods=null, ?string $name=null, ?bool $cache=false, ?int $duration=0, ?bool $inherited=false, ?bool $automated=false, ?array $requirements=[], int $priority=0)
 
 getPropertiesAndValues ($props=null)
 
- Public Member Functions inherited from BaseAttribute
 __construct ()
 
 asAnnotation ()
 
 getNamespace ()
 
 __toString ()
 
- Public Member Functions inherited from BaseAnnotationTrait
 getProperties ()
 
 isSameAs ($annot)
 

Additional Inherited Members

- Data Fields inherited from Route
string $path
 
array $methods
 
string $name
 
bool $cache
 
int $duration
 
bool $inherited
 
bool $automated
 
array $requirements
 
int $priority
 
- Protected Member Functions inherited from BaseAttribute
 getDefaultParameters ()
 

Detailed Description

Defines a route with the delete method Ubiquity\attributes\items\router$Post This class is part of Ubiquity.

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0

Definition at line 17 of file Delete.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $path = '',
string  $name = null,
bool  $cache = false,
int  $duration = 0,
bool  $inherited = false,
bool  $automated = false,
array  $requirements = [],
int  $priority = 0 
)

Delete constructor.

Definition at line 22 of file Delete.php.


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