PHP Class Visithor\Renderer\PrettyRenderer

Inheritance: implements Visithor\Renderer\Interfaces\RendererInterface
Show file Open project: visithor/visithor

Public Methods

Method Description
render ( Symfony\Component\Console\Output\OutputInterface $output, Url $url, string $HTTPCode, boolean $success ) Renders an URL execution

Method Details

render() public method

Renders an URL execution
public render ( Symfony\Component\Console\Output\OutputInterface $output, Url $url, string $HTTPCode, boolean $success )
$output Symfony\Component\Console\Output\OutputInterface Output
$url Visithor\Model\Url Url
$HTTPCode string Returned HTTP Code
$success boolean Successfully executed