<?php
/**
 * @author arson
 */
interface Eppe_Module_MenuInterface {

	public function setModuleTitle($title);

	public function getNavigation();

}
