message = $message; $this->level = $level; } public function __get( $propertyName ) { if ( isset( $this->$propertyName ) ) { return $this->$propertyName; } throw new ezcBasePropertyNotFoundException( $propertyName ); } } ?>