Method |
Description |
|
all ( ) : InstanceRoute[] |
Returns all route items |
|
create ( array $input ) : InstanceRoute |
Save a new route item and return the instance |
|
delete ( InstanceRoute $route ) : boolean | null |
Delete the route item from the repository |
|
fetchByModule ( string $module ) : InstanceRoute[] |
Retrieve routes by module name |
|
fetchBySiteKey ( string $siteKey ) : InstanceRoute[] |
Retrieve routes by site key |
|
findByInstanceId ( string $instanceId ) : InstanceRoute |
Retrieve a route by instance identifier |
|
findByUrlAndSiteKey ( string $url, string $siteKey ) : InstanceRoute |
Retrieve a route by url segment and site key |
|
put ( InstanceRoute $route ) : InstanceRoute |
Save the route item |
|