Parameter
in package
FinalYes
Attributes
- #[Entity]
- $repositoryClass: \Seigisoft\SeigiCms\FrameworkBundle\Repository\ParameterRepository::class
Table of Contents
Properties
Methods
- getId() : Uuid|null
- getSlug() : string|null
- getSpace() : string|null
- getValue() : string|null
- setSlug() : static
- setSpace() : static
- setValue() : static
Properties
$id
private
Uuid|null
$id
= null
Attributes
- #[Column]
- $type: \Symfony\Bridge\Doctrine\Types\UuidType::NAME
- $unique: true
- #[CustomIdGenerator]
- $class: 'doctrine.uuid_generator'
- #[GeneratedValue]
- $strategy: 'CUSTOM'
- #[Id]
$slug
private
string|null
$slug
= null
Attributes
- #[Column]
- $type: \Doctrine\DBAL\Types\Types::TEXT
$space
private
string|null
$space
= null
Attributes
- #[Column]
- $length: 255
$value
private
string|null
$value
= null
Attributes
- #[Column]
- $type: \Doctrine\DBAL\Types\Types::TEXT
- $nullable: true
Methods
getId()
public
getId() : Uuid|null
Return values
Uuid|nullgetSlug()
public
getSlug() : string|null
Return values
string|nullgetSpace()
public
getSpace() : string|null
Return values
string|nullgetValue()
public
getValue() : string|null
Return values
string|nullsetSlug()
public
setSlug(string $slug) : static
Parameters
- $slug : string
Return values
staticsetSpace()
public
setSpace(string $space) : static
Parameters
- $space : string
Return values
staticsetValue()
public
setValue(string|null $value) : static
Parameters
- $value : string|null