phpDocumentor

CustomerMemo
in package

Class CustomerMemo

Tags
category

System

subpackage

ValueObjects

Table of Contents

$creationDate  : DateTime
$customerId  : int
$posterId  : int
$text  : string
__construct()  : mixed
CustomerMemo constructor.
__toString()  : string
Converted instances returns a string with all properties.
getCreationDate()  : DateTime
getCustomerId()  : int
getPosterId()  : int
getText()  : string

Properties

Methods

__toString()

Converted instances returns a string with all properties.

public __toString() : string

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

Return values
string

getCreationDate()

public getCreationDate() : DateTime
Return values
DateTime

Search results