Documentation

Parameter
in package

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

Table of Contents

Properties

$id  : int|null
$name  : string|null
$slug  : string|null
$space  : SpaceTypeEnum|null
$value  : string|null

Methods

getId()  : int|null
getName()  : string|null
getSlug()  : string|null
getSpace()  : SpaceTypeEnum|null
getValue()  : string|null
setName()  : static
setSlug()  : static
setSpace()  : static
setValue()  : static

Properties

$id

private int|null $id = null
Attributes
#[Column]
#[GeneratedValue]
#[Id]

$name

private string|null $name = null
Attributes
#[Column]
$length: 255

$slug

private string|null $slug = null
Attributes
#[Column]
$type: \Doctrine\DBAL\Types\Types::TEXT

$space

private SpaceTypeEnum|null $space = null
Attributes
#[Column]
$enumType: \Seigisoft\SeigiCms\FrameworkBundle\Enum\SpaceTypeEnum::class

$value

private string|null $value = null
Attributes
#[Column]
$type: \Doctrine\DBAL\Types\Types::TEXT
$nullable: true

Methods

getId()

public getId() : int|null
Return values
int|null

getName()

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

getSlug()

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

getValue()

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

setName()

public setName(string $name) : static
Parameters
$name : string
Return values
static

setSlug()

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

setValue()

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

Search results