CustomerMemo

Class CustomerMemo

category

System

package

Customer

subpackage

ValueObjects

Methods

CustomerMemo constructor.

__construct(\IdType $customerId, \StringType $title, \StringType $text, \DateTime $creationDate, \IdType $posterId) 

Arguments

$customerId

\IdType

$title

\StringType

$text

\StringType

$creationDate

\DateTime

$posterId

\IdType

Converted instances returns a string with all properties.

__toString() : string

They are separated with an unix linebreak (\n).

Response

string

getCreationDate

getCreationDate() : \DateTime

Response

\DateTime

getCustomerId

getCustomerId() : integer

Response

integer

getPosterId

getPosterId() : integer

Response

integer

getText

getText() : string

Response

string

getTitle

getTitle() : string

Response

string

Properties

customerId

customerId : integer
var

Type(s)

integer

title

title : string
var

Type(s)

string

text

text : string
var

Type(s)

string

creationDate

creationDate : \DateTime
var

Type(s)

\DateTime

posterId

posterId : integer
var

Type(s)

integer