params = $params; } public function __get( $propertyName ) { if ( !isset( $this->params[$propertyName] ) ) { throw new ezcBasePropertyNotFoundException( $propertyName ); } return $this->params[$propertyName]; } } ?>