PHP Class Visithor\Renderer\DotRenderer

Inheritance: implements Visithor\Renderer\Interfaces\RendererInterface
Mostrar archivo 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