{ "manifests": { "msgphp/eav-bundle": { "manifest": { "bundles": { "MsgPhp\\EavBundle\\MsgPhpEavBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "files": { "config/packages/msgphp_eav.php": { "contents": [ "extension('msgphp_eav', [", " 'class_mapping' => [", " Attribute::class => \\App\\Entity\\Eav\\Attribute::class,", " AttributeValue::class => \\App\\Entity\\Eav\\AttributeValue::class,", " ],", " ]);", "};", "" ], "executable": false }, "src/Entity/Eav/Attribute.php": { "contents": [ "id = $id;", " }", "", " public function getId(): AttributeIdInterface", " {", " return $this->id;", " }", "}", "" ], "executable": false }, "src/Entity/Eav/AttributeValue.php": { "contents": [ "id = $id;", " }", "", " public function getId(): AttributeValueIdInterface", " {", " return $this->id;", " }", "}", "" ], "executable": false } }, "ref": "4e05a2e93e1ab0300a4210fb64cf9ad1b7d8ee0a" } } }