Метод | Описание | |
---|---|---|
all ( ) : |
Returns all route items | |
create ( array $input ) : |
Save a new route item and return the instance | |
delete ( |
Delete the route item from the repository | |
fetchByModule ( string $module ) : |
Retrieve routes by module name | |
fetchBySiteKey ( string $siteKey ) : |
Retrieve routes by site key | |
findByInstanceId ( string $instanceId ) : |
Retrieve a route by instance identifier | |
findByUrlAndSiteKey ( string $url, string $siteKey ) : |
Retrieve a route by url segment and site key | |
put ( |
Save the route item |
public all ( ) : |
||
Результат |
public fetchByModule ( string $module ) : |
||
$module | string | module name |
Результат |
public fetchBySiteKey ( string $siteKey ) : |
||
$siteKey | string | site key |
Результат |
public findByInstanceId ( string $instanceId ) : |
||
$instanceId | string | instance identifier |
Результат |
public findByUrlAndSiteKey ( string $url, string $siteKey ) : |
||
$url | string | first segment of url |
$siteKey | string | site key |
Результат |
public put ( |
||
$route | route instance | |
Результат |