trait LongDescriptionPart

Long description part

For all models that can have an additional long description

Methods

string
getLongDescription()

Returns the long description

$this
setLongDescription(string $longDescription)

Sets the long description

Details

at line line 21
string getLongDescription()

Returns the long description

Return Value

string

at line line 31
$this setLongDescription(string $longDescription)

Sets the long description

Parameters

string $longDescription

Return Value

$this