namespace ) { throw new Exception( 'Namespace does not match config' ); } parent::__construct( $namespace, $dbkey ); $this->config = $config; } public function getConfig() { return $this->config; } }