Skip to content

Instantly share code, notes, and snippets.

@xboston
Created April 9, 2014 11:18
Show Gist options
  • Save xboston/10256571 to your computer and use it in GitHub Desktop.
Save xboston/10256571 to your computer and use it in GitHub Desktop.
MenuWinget.php
<?php
namespace Widgets {
use Mytutcodim\Mvc\View\Widget;
/**
* Class Menu
*
* @package Widget
*/
class Menu extends Widget
{
/**
* @return string|void
*/
public function run()
{
return $this->render('Menu');
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment