\Gettext\UtilsHeadersExtractorTrait

Trait to provide the functionality of extracting headers.

Summary

Methods
Properties
Constants
convertString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
extractHeaders()
isHeaderDefinition()
No private properties found
N/A

Methods

convertString()

convertString(string  $value) : string

Normalize a string.

Parameters

string $value

Returns

string

extractHeaders()

extractHeaders(string  $headers, \Gettext\Translations  $translations) : array

Add the headers found to the translations instance.

Parameters

string $headers
\Gettext\Translations $translations

Returns

array

isHeaderDefinition()

isHeaderDefinition(string  $line) : boolean

Checks if it is a header definition line. Useful for distguishing between header definitions and possible continuations of a header entry.

Parameters

string $line

Line to parse

Returns

boolean