-
Notifications
You must be signed in to change notification settings - Fork 3
Info function
Andre Sieverding edited this page Jun 12, 2014
·
7 revisions
(EasyRouter >= 0.2.0 && <= 0.4.1)
This function is deprecated!
Teddy95\EasyRouter\route::info( void )Returns an array with information about EasyRouter.
<?php
$information = Teddy95\EasyRouter\route::info();
print_r($information);
?>Array
(
[author] => Andre Sieverding
[license] => MIT http://opensource.org/licenses/MIT
[version] => 0.4.0
[website] => http://www.andre-sieverding.de
[github] => https://github.com/Teddy95
[src] => https://github.com/Teddy95/EasyRouter
)