wordpress-interop icon indicating copy to clipboard operation
wordpress-interop copied to clipboard

Moving from MAPPED_FIELDS to getMappedFields()

Open szepeviktor opened this issue 3 years ago • 1 comments

abstract class AbstractEntityRepository implements EntityRepositoryInterface
{
    abstract protected function getMappedFields(): array;

Do you plan something like this?

szepeviktor avatar Jan 05 '23 18:01 szepeviktor

It's planned for 2.x (MAPPED_FIELDS has been deprecated in https://github.com/williarin/wordpress-interop/releases/tag/1.11.4), although I have no idea when this will be released as I haven't found new features to add yet.

williarin avatar Jan 06 '23 04:01 williarin