2017 © Pedro Peláez
 

yii2-extension yii2-getallroutes

Returns an array of all possible unique route controllers and actions for the application.

image

oorrwullie/yii2-getallroutes

Returns an array of all possible unique route controllers and actions for the application.

  • Wednesday, March 1, 2017
  • by oorrwullie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2-getAllRoutes

Returns an array of all possible unique route controllers and actions for the application., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist oorrwullie/yii2-getallroutes "*"

or add, (*4)

"oorrwullie/yii2-getallroutes": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

use oorrwullie\components\getAllRoutes;

$list = new getAllRoutes();
print_r($list->routes);

The Versions

01/03 2017

dev-master

9999999-dev

Returns an array of all possible unique route controllers and actions for the application.

  Sources   Download

MIT

The Requires

 

by Avatar oorrwullie

extension yii2

01/03 2017

0.1

0.1.0.0

Returns an array of all possible unique route controllers and actions for the application.

  Sources   Download

MIT

The Requires

 

by Avatar oorrwullie

extension yii2