| Current Path : /home/sunflowe/www2/vacancesfloride/templates/yoo_revista/warp/classes/ |
| Current File : /home/sunflowe/www2/vacancesfloride/templates/yoo_revista/warp/classes/menu.php |
<?php
/**
* @package Warp Theme Framework
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
/*
Class: WarpMenu
Menu base class
*/
class WarpMenu {
/*
Function: process
Abstract function. New implementation in child classes.
Returns:
Object
*/
public function process($module, $element) {
return $element;
}
}