_preparedStatement = $factory->prepare(); } public function getPreparedStatement($parameter=null) { return $this->_preparedStatement; } } ?>