Overview

Packages

  • Horde
    • Routes
  • Routes

Classes

  • Horde_Routes_Exception
  • Horde_Routes_Mapper
  • Horde_Routes_Printer
  • Horde_Routes_Route
  • Horde_Routes_Utils
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Routes_Printer

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

Package: Routes
Located at Horde/Routes/Printer.php
Methods summary
public
# __construct( Horde_Routes_Mapper $mapper )

Constructor.

Constructor.

Parameters

$mapper
Mapper to analyze for printing
public
# printRoutes( stream|null $stream = null, string|null $eol = PHP_EOL )

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

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

Parameters

$stream
Output stream for printing (optional)
$eol
Line ending (optional)
public array
# getRoutes( )

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

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

Returns

array
API documentation generated by ApiGen