HasRouteTrait
Table of Contents
Properties
- $hasCount : bool
- $hasDelete : bool
- $hasDeleteAll : bool
- $hasGet : bool
- $hasList : bool
- $hasPatch : bool
- $hasPost : bool
- $hasPut : bool
Methods
- initializeFlags() : void
- Initialize the internal flags.
Properties
$hasCount
public
bool
$hasCount
$hasDelete
public
bool
$hasDelete
$hasDeleteAll
public
bool
$hasDeleteAll
$hasGet
public
bool
$hasGet
$hasList
public
bool
$hasList
$hasPatch
public
bool
$hasPatch
$hasPost
public
bool
$hasPost
$hasPut
public
bool
$hasPut
Methods
initializeFlags()
Initialize the internal flags.
protected
initializeFlags([array<string|int, mixed> $init = [] ]) : void
Parameters
- $init : array<string|int, mixed> = []