<?php declare(strict_types=1); namespace PhpList\Core\Domain\Model\Interfaces; /** * This is the interface all domain models (entities) should implement. * * This allows methods that work with domain models to have a narrow type hinting * instead of the generic "object". * * @author Oliver Klee <oliver@phplist.com> */ interface DomainModel { }
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 |
|