public function PoStreamReader::setHeader

Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().

Not applicable to stream reading and therefore not implemented.

Overrides PoMetadataInterface::setHeader

File

drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 140
Definition of Drupal\Component\Gettext\PoStreamReader.

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

public function setHeader(PoHeader $header) {
}