<?php declare(strict_types=1); namespace PhpList\Core\Domain\Model\Interfaces; /** * This interface communicates that a domain model has an ID property. * * The IdentityTrait is the default implementation. * * @author Oliver Klee <oliver@phplist.com> */ interface Identity { /** * @return int */ public function getId(): int; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CreationDate.php | File | 570 B | 0644 |
|
DomainModel.php | File | 355 B | 0644 |
|
Identity.php | File | 354 B | 0644 |
|
ModificationDate.php | File | 617 B | 0644 |
|