PHP Class Phlyty\AppEvent

Inheritance: extends Zend\EventManager\Event
Datei anzeigen Open project: phly/phlyty Class Usage Examples

Protected Properties

Property Type Description
$route Route Route currently matched

Public Methods

Method Description
getRoute ( ) : null | Route Retrieve matched route
setRoute ( Route $route ) : AppEvent Set matched route

Method Details

getRoute() public method

Retrieve matched route
public getRoute ( ) : null | Route
return null | Route

setRoute() public method

Set matched route
public setRoute ( Route $route ) : AppEvent
$route Route
return AppEvent

Property Details

$route protected_oe property

Route currently matched
protected Route,phlyty $route
return Route