PoWriterInterface::writeItem

public PoWriterInterface::writeItem(PoItem $item)

Writes the given item.

Parameters

PoItem $item: One specific item to write.

File

core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 16

Class

PoWriterInterface
Shared interface definition for all Gettext PO Writers.

Namespace

Drupal\Component\Gettext

Code

public function writeItem(PoItem $item);
doc_Drupal
2016-10-29 09:34:50
Comments
Leave a Comment

Please login to continue.