Skip to content

Instantly share code, notes, and snippets.

@shaikhul
Created January 21, 2017 07:33
Show Gist options
  • Save shaikhul/3429dc912f958ed1165c0e669d345b62 to your computer and use it in GitHub Desktop.
Save shaikhul/3429dc912f958ed1165c0e669d345b62 to your computer and use it in GitHub Desktop.
<?php
class HTMLRenderer implements RendererInterface {
public function render($data) {
return "<p>{$data}</p>";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment