LanguageFieldValuePart
extends AbstractFieldValuePart
in package
Field Value Part
Tags
Table of Contents
Properties
- $matchedAgainst : AbstractFieldValuePart
- A Field Value Part this Field Value Part matched against.
- $internalValues : object
- Internal object used for value retrieval
Methods
- __construct() : mixed
- __get() : mixed
- getLanguage() : string
- getMatchedAgainst() : AbstractFieldValuePart|null
- Get a Field Value Part this Field Value Part matched against.
- getParams() : stdClass
- getPrimaryTag() : string
- getPriority() : float
- getRaw() : string
- getSubTag() : string
- getTypeString() : string
- setMatchedAgainst() : $this
- Set a Field Value Part this Field Value Part matched against.
- getInternalValues() : object
Properties
$matchedAgainst
A Field Value Part this Field Value Part matched against.
protected
AbstractFieldValuePart
$matchedAgainst
$internalValues
Internal object used for value retrieval
private
object
$internalValues
Methods
__construct()
public
__construct(object $internalValues) : mixed
Parameters
- $internalValues : object
__get()
public
__get(mixed $key) : mixed
Parameters
- $key : mixed
getLanguage()
public
getLanguage() : string
Return values
stringgetMatchedAgainst()
Get a Field Value Part this Field Value Part matched against.
public
getMatchedAgainst() : AbstractFieldValuePart|null
Return values
AbstractFieldValuePart|nullgetParams()
public
getParams() : stdClass
Return values
stdClass —$params
getPrimaryTag()
public
getPrimaryTag() : string
Return values
stringgetPriority()
public
getPriority() : float
Return values
float —$priority
getRaw()
public
getRaw() : string
Return values
string —$raw
getSubTag()
public
getSubTag() : string
Return values
stringgetTypeString()
public
getTypeString() : string
Return values
string —$typeString
setMatchedAgainst()
Set a Field Value Part this Field Value Part matched against.
public
setMatchedAgainst(AbstractFieldValuePart $matchedAgainst) : $this
Parameters
- $matchedAgainst : AbstractFieldValuePart
Return values
$thisgetInternalValues()
protected
getInternalValues() : object