Skip to content

Commit a9a5633

Browse files
committed
Route.php : implements method isDeprecated()
1 parent a4da142 commit a9a5633

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)