jeyroik/i-have-id

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

ID attribute traits

0.2.0 2025-09-07 09:30 UTC

This package is auto-updated.

Last update: 2025-09-07 09:31:49 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