Skip to main content

AttributeDescriptor

Represents a descriptor for an attribute.

  • Full name: \Bloock\Entity\Identity\AttributeDescriptor

Properties

displayName

Is the human-readable display name of the attribute.

public string $displayName

technicalName

Is the identifier for the attribute.

public string $technicalName

description

Is a description providing additional information about the attribute.

public string|null $description

required

Specifies whether the attribute is required.

public bool $required

Methods

__construct

public __construct(string $displayName, string $technicalName, string|null $description, bool $required): mixed

Parameters:

ParameterTypeDescription
$displayNamestring
$technicalNamestring
$descriptionstring|null
$requiredbool


Automatically generated on 2024-04-02