?
Path : /home/admin/public_html/old/libraries/rokcommon/RokCommon/Doctrine/ |
Current File : /home/admin/public_html/old/libraries/rokcommon/RokCommon/Doctrine/Table.php |
<?php /** * @version $Id: Table.php 10831 2013-05-29 19:32:17Z btowles $ * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ defined('ROKCOMMON') or die; abstract class RokCommon_Doctrine_Table extends Doctrine_Table { /** * @param $tableName * * @internal param void $ */ public function setTableName($tableName) { parent::setTableName(RokCommon_Doctrine::getPlatformInstance()->setTableName($tableName)); } }