function _init_display() { require_once 'AMP/Content/Manager.inc.php'; $this->_display = AMPContent_Manager::instance(); }
/** * Private Class Constructor Helper * * @param object $dbcon An active database connection * @since 3.5.3 * @access protected * @return void * @ignore */ function __construct(&$dbcon) { $this->dbcon =& $dbcon; $this->_registry =& AMP_Registry::instance(); $this->map =& AMPContent_Map::instance(); $this->contentManager =& AMPContent_Manager::instance(); }