Skip to content

Commit 5da5a57

Browse files
authored
Merge pull request #29 from wollanup/develop
Route.php : implements method isDeprecated()
2 parents a4da142 + a9a5633 commit 5da5a57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Service/Router/Route.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ public function instanceFetch()
340340
return $this;
341341
}
342342

343+
/**
344+
* @return bool
345+
*/
346+
public function isDeprecated()
347+
{
348+
return $this->deprecated;
349+
}
350+
343351
/**
344352
* @return boolean
345353
*/

0 commit comments

Comments
 (0)