Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8c7e739

Browse files
dantleechmmenozzi
authored andcommitted
Updated AutoRoute to fit interface
1 parent d750f9e commit 8c7e739

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Model/AutoRoute.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,25 @@ public function getAutoRouteTag()
4545
return $this->getDefault(self::DEFAULT_KEY_AUTO_ROUTE_TAG);
4646
}
4747

48+
/**
49+
* {@inheritDoc}
50+
*/
4851
public function setType($type)
4952
{
5053
$this->setDefault('type', $type);
5154
}
5255

56+
/**
57+
* {@inheritDoc}
58+
*/
5359
public function setRedirectTarget($redirectRoute)
5460
{
5561
$this->redirectRoute = $redirectRoute;
5662
}
5763

64+
/**
65+
* {@inheritDoc}
66+
*/
5867
public function getRedirectTarget()
5968
{
6069
return $this->redirectRoute;

0 commit comments

Comments
 (0)