Skip to content

Instantly share code, notes, and snippets.

@siygle
Created June 6, 2011 11:20
Show Gist options
  • Save siygle/1010082 to your computer and use it in GitHub Desktop.
Save siygle/1010082 to your computer and use it in GitHub Desktop.
Silex Extension Interface
<?php
namespace Silex;
interface ExtensionInterface
{
function register(Application $app);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment