Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. XMLSerializer.php

function XMLSerializer::__construct

XMLSerializer constructor.

Parameters

NamespaceUri $xmlns:

File

vendor/theseer/tokenizer/src/XMLSerializer.php, line 22

Class

XMLSerializer

Namespace

TheSeer\Tokenizer

Code

public function __construct(?NamespaceUri $xmlns = null) {
    if ($xmlns === null) {
        $xmlns = new NamespaceUri('https://github.com/theseer/tokenizer');
    }
    $this->xmlns = $xmlns;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal