phpDocumentor

PurposeWriterDto implements PurposeWriterDtoInterface

Class PurposeWriterDataTransferObject

Interfaces, Classes and Traits

PurposeWriterDtoInterface
Interface PurposeWriterDataTransferObjectInterface

Table of Contents

$alias  : string|null
$category  : int
$deletable  : bool
$description  : array<string|int, mixed>
$name  : array<string|int, mixed>
$status  : bool
__construct()  : mixed
PurposeWriterDto constructor.
alias()  : string|null
category()  : int
deletable()  : bool
description()  : array<string|int, mixed>
name()  : array<string|int, mixed>
status()  : bool

Properties

Methods

__construct()

PurposeWriterDto constructor.

public __construct(int $category, array<string|int, mixed> $description, array<string|int, mixed> $name, bool $status, bool $deletable, string|null $alias) : mixed
Parameters
$category : int
$description : array<string|int, mixed>
$name : array<string|int, mixed>
$status : bool
$deletable : bool
$alias : string|null
Tags
throws
PurposeNameCanNotBeEmptyException
Return values
mixed

description()

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

name()

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

Search results