Class CustomerMemo
Class CustomerMemo
Package: Customer\ValueObjects
Category: System
Located at Services/Core/Customer/ValueObjects/CustomerMemo.inc.php
Category: System
Located at Services/Core/Customer/ValueObjects/CustomerMemo.inc.php
Methods summary
public
__construct( IdType $customerId, StringType $title, StringType $text, DateTime $creationDate, IdType $posterId )
CustomerMemo constructor.
public
__toString( void )
: string
Converted instances returns a string with all properties. They are separated with an unix linebreak (\n).