class InfoPageDto

Methods

__construct(string $pid, string $title, string $content, string|null $emoji, int $sortOrder, array $visibleTo, string $createdAt, string $updatedAt)

No description

static InfoPageDto
fromEntity(InfoPage $page)

No description

static array
fromEntities(iterable $pages)

No description

Details

at line 16
__construct(string $pid, string $title, string $content, string|null $emoji, int $sortOrder, array $visibleTo, string $createdAt, string $updatedAt)

No description

Parameters

string $pid
string $title
string $content
string|null $emoji
int $sortOrder
array $visibleTo
string $createdAt
string $updatedAt

at line 28
static InfoPageDto fromEntity(InfoPage $page)

No description

Parameters

InfoPage $page

Return Value

InfoPageDto

at line 47
static array fromEntities(iterable $pages)

No description

Parameters

iterable $pages

Return Value

array