Documentation

Parameter
in package

FinalYes
Attributes
#[Entity]
$repositoryClass: \Seigisoft\SeigiCms\FrameworkBundle\Repository\ParameterRepository::class

Table of Contents

Properties

$id  : Uuid|null
$slug  : string|null
$space  : string|null
$value  : string|null

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|null

getSlug()

public getSlug() : string|null
Return values
string|null

getSpace()

public getSpace() : string|null
Return values
string|null

getValue()

public getValue() : string|null
Return values
string|null

setSlug()

public setSlug(string $slug) : static
Parameters
$slug : string
Return values
static

setSpace()

public setSpace(string $space) : static
Parameters
$space : string
Return values
static

setValue()

public setValue(string|null $value) : static
Parameters
$value : string|null
Return values
static
On this page

Search results