Class CustomerMemo

Class CustomerMemo

Methods summary

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

CustomerMemo constructor.

public getCustomerId( void ) : integer
public getTitle( void ) : string
public getText( void ) : string
public getCreationDate( void ) : DateTime
public getPosterId( void ) : integer
public __toString( void ) : string

Converted instances returns a string with all properties. They are separated with an unix linebreak (\n).

Properties summary

protected $customerId : integer

		
protected $title : string

		
protected $text : string

		
protected $creationDate : DateTime

		
protected $posterId : integer