Copied!

FieldTarget

FieldTarget.php : 16
Extends Target

Struct that stores extra target informations for a SortClause object.

Properties

public $fieldIdentifier

FieldTarget.php : 30

Identifier of a targeted Field FieldDefinition.

public string $fieldIdentifier

public $typeIdentifier

FieldTarget.php : 23

Identifier of a targeted Field ContentType.

public string $typeIdentifier

Methods

public__construct()

FieldTarget.php : 32
public __construct(string $typeIdentifier, string $fieldIdentifier)

Parameters

Name Type Default value Description
$typeIdentifier string - -
$fieldIdentifier string - -