فهرست منبع

[mapping] updated docs and test mapping extension, references #199

Gedi 13 سال پیش
والد
کامیت
48c1a25168
2فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 5
      doc/mapping.md
  2. 0 5
      tests/Gedmo/Mapping/Mock/Extension/Encoder/Mapping/Driver/Annotation.php

+ 0 - 5
doc/mapping.md

@@ -127,11 +127,6 @@ Edit **Annotation.php** driver file:
     
     class Annotation implements Driver
     {
-        public function validateFullMetadata(ClassMetadata $meta, array $config)
-        {
-            // in our case values are independant from each other
-        }
-    
         public function readExtendedMetadata(ClassMetadata $meta, array &$config) {
             // load our available annotations
             require_once __DIR__ . '/../Annotations.php';

+ 0 - 5
tests/Gedmo/Mapping/Mock/Extension/Encoder/Mapping/Driver/Annotation.php

@@ -15,11 +15,6 @@ class Annotation implements Driver
      */
     protected $_originalDriver = null;
 
-    public function validateFullMetadata(ClassMetadata $meta, array $config)
-    {
-        // in our case values are independant from each other
-    }
-
     public function readExtendedMetadata(ClassMetadata $meta, array &$config) {
         // load our available annotations
         require_once __DIR__ . '/../Annotations.php';