CustomerMemosContentUpdated
in package
Class CustomerMemosContentUpdated
Tags
Table of Contents
- $content : string
- $customerMemoId : CustomerMemoId
- content() : string
- create() : CustomerMemosContentUpdated
- customerMemoId() : CustomerMemoId
- __construct() : mixed
Properties
$content
private
string
$content
$customerMemoId
private
CustomerMemoId
$customerMemoId
Methods
content()
public
content() : string
Return values
string —create()
public
static create(CustomerMemoId $customerMemoId, string $content) : CustomerMemosContentUpdated
Parameters
- $customerMemoId : CustomerMemoId
- $content : string
Return values
CustomerMemosContentUpdated —customerMemoId()
public
customerMemoId() : CustomerMemoId
Return values
CustomerMemoId —__construct()
private
__construct(CustomerMemoId $customerMemoId, string $content) : mixed
Parameters
- $customerMemoId : CustomerMemoId
- $content : string