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