[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.119.135.231: ~ $
<?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;
}

Filemanager

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