for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) 2011 - 2015 Oleksandr Torosh (http://yonastudio.com)
* @author Oleksandr Torosh <[email protected]>
*/
namespace Tree\Model\Translate;
use Application\Mvc\Model\Translate;
class MenuTranslate extends Translate
{
public function getSource()
return "menu_translate";
}