소스 검색

remove 'Admin::getReflectionFields' method

Thomas 14 년 전
부모
커밋
35fdb7ec88
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      Admin/Admin.php

+ 0 - 10
Admin/Admin.php

@@ -838,16 +838,6 @@ abstract class Admin implements AdminInterface
         return 'SonataAdminBundle:CRUD:edit.html.twig';
     }
 
-    /**
-     * return the reflection fields related to the classname
-     *
-     * @return array The reflection fields related to the classname
-     */
-    public function getReflectionFields()
-    {
-        return $this->getClassMetaData()->reflFields;
-    }
-
     /**
      * return an instance of the related classname
      *