AirLay backend

Milestones extends Base
in package

Table of Contents

TYPE_MAP  = ['typeMap' => ['root' => 'array', 'document' => 'array']]
$mapper  : Mapper
$newOrganizationId  : ObjectId
$oldOrganizationId  : ObjectId
__construct()  : mixed
duplicate()  : void
copy()  : void
copyWithSet()  : void

Constants

TYPE_MAP

protected mixed TYPE_MAP = ['typeMap' => ['root' => 'array', 'document' => 'array']]

Properties

$newOrganizationId

protected ObjectId $newOrganizationId

$oldOrganizationId

protected ObjectId $oldOrganizationId

Methods

__construct()

public __construct(ObjectId $oldOrganizationId, ObjectId $newOrganizationId, Mapper $mapper) : mixed
Parameters
$oldOrganizationId : ObjectId
$newOrganizationId : ObjectId
$mapper : Mapper
Return values
mixed

duplicate()

public duplicate() : void
Return values
void

copy()

protected copy(mixed $entity[, ObjectId|int|null $newId = null ]) : void
Parameters
$entity : mixed
$newId : ObjectId|int|null = null
Return values
void

copyWithSet()

protected copyWithSet(mixed $entity[, ObjectId|int|null $newId = null ]) : void
Parameters
$entity : mixed
$newId : ObjectId|int|null = null
Return values
void

Search results