phpDocumentor

PurposeReaderDto implements PurposeDtoInterface

Class PurposeReaderDto

Interfaces, Classes and Traits

PurposeDtoInterface
Interface PurposeDataTransferObjectInterface

Table of Contents

$alias  : string|null
$categoryId  : int
$deletable  : bool
$descriptions  : array<string|int, mixed>
$id  : int|null
$names  : array<string|int, mixed>
$status  : bool
$categoryNames  : array<string|int, mixed>
__construct()  : mixed
PurposeReaderDataTransferObject constructor.
alias()  : string|null
categoryId()  : int
categoryName()  : string
categoryNames()  : array<string|int, mixed>
deletable()  : bool
description()  : string
descriptions()  : array<string|int, mixed>
id()  : int|null
name()  : string
names()  : array<string|int, mixed>
status()  : bool

Properties

Methods

__construct()

PurposeReaderDataTransferObject constructor.

public __construct(int $categoryId, array<string|int, mixed> $categoryNames, array<string|int, mixed> $description, array<string|int, mixed> $name, bool $status, bool $deletable, string|null $alias, int|null $id) : mixed
Parameters
$categoryId : int
$categoryNames : array<string|int, mixed>
$description : array<string|int, mixed>
$name : array<string|int, mixed>
$status : bool
$deletable : bool
$alias : string|null
$id : int|null
Return values
mixed

categoryName()

public categoryName(int $languageId) : string
Parameters
$languageId : int
Return values
string

categoryNames()

public categoryNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

description()

public description(int $languageId) : string
Parameters
$languageId : int
Return values
string

descriptions()

public descriptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

name()

public name(int $languageId) : string
Parameters
$languageId : int
Return values
string

names()

public names() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results