Manages the navigation links on a 404 page

author etessore
version 1.0.1
package classes

 Methods

Initializes the object to the default values

__construct() 

Retrieves the markup

get_markup() 
returns the markup

Set the separator for the list of anchors

set_separator(string $separator) 

Parameters

$separator

string

html between every

Set the html template

set_template(string $tpl) : \EscapeRoute

Parameters

$tpl

string

the template

Returns

\EscapeRoute$this for chainability

Renders the list of anchors

render_list() : \the

Returns

\therendered the list of anchors

 Properties

   

the list separator

$list_separator : string
 

the substitution engine

$templates : \SubstitutionTemplate
 

the substitution template

$tpl : string