Skip to content

Instantly share code, notes, and snippets.

@shaikhul
Created January 21, 2017 07:27
Show Gist options
  • Save shaikhul/8b3a0b4f431ceb4f55b76376bb57ebc9 to your computer and use it in GitHub Desktop.
Save shaikhul/8b3a0b4f431ceb4f55b76376bb57ebc9 to your computer and use it in GitHub Desktop.
<?php
/**
* RendererInterface
*/
interface RendererInterface {
public function render();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment