jeyroik/i-have-id

There is no license information available for the latest version (0.2.0) of this package.

ID attribute traits

Maintainers

Package info

github.com/jeyroik/i-have-id

pkg:composer/jeyroik/i-have-id

Statistics

Installs: 102

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2025-09-07 09:30 UTC

This package is auto-updated.

Last update: 2026-03-07 10:38:14 UTC


README

ID attribute traits and interfaces

#usage

$new = new class ([IHaveIdString::FILED__ID => 'some_id']) implements IHaveIdString {
    use THasIdString;
};

echo $new->getId(); //some_id