. * * PHP version 5 * @copyright cgo IT, 2013 * @author Carsten Götzinger (info@cgo-it.de) * @package rateit * @license GNU/LGPL * @filesource */ namespace cgoIT\rateit; /** * Class RateItCE */ class RateItCE extends RateItHybrid { /** * Initialize the controller */ public function __construct($objElement) { parent::__construct($objElement); } protected function getType() { return 'ce'; } } ?>