\Horde_Routes_Printer

Pretty-print a listing of routes connected to a mapper.

Summary

Methods
Properties
Constants
__construct()
printRoutes()
getRoutes()
No public properties found
No constants found
No protected methods found
$_mapper
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__construct()

__construct(\Horde_Routes_Mapper  $mapper) 

Constructor.

Parameters

\Horde_Routes_Mapper $mapper

Mapper to analyze for printing

printRoutes()

printRoutes(\stream|null  $stream = null, string|null  $eol = PHP_EOL) : void

Pretty-print a listing of the routes connected to the mapper.

Parameters

\stream|null $stream

Output stream for printing (optional)

string|null $eol

Line ending (optional)

getRoutes()

getRoutes() : array

Analyze the mapper and return an array of data about the routes connected to the mapper.

Returns

array