• Full name: \App\Infrastructure\Services\Content\Event\ContentCreated
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Properties

content

public array $content

Methods

__construct

public __construct(array{'id': string, 'title': string, 'slug': string, 'body': string, 'author': string, 'type': string, 'parent': string|null, 'sidebar': int, 'showInMenu': int, 'showInSearch': int, 'featuredImage': string, 'status': string, 'created': string, 'createdGmt': string, 'published': string, 'publishedGmt': string} $content): mixed

Parameters:

Parameter Type Description
$content array{'id': string, 'title': string, 'slug': string, 'body': string, 'author': string, 'type': string, 'parent': string|null, 'sidebar': int, 'showInMenu': int, 'showInSearch': int, 'featuredImage': string, 'status': string, 'created': string, 'createdGmt': string, 'published': string, 'publishedGmt': string}