Skip to content

Commit

Permalink
remove 'Admin::getReflectionFields' method
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Apr 5, 2011
1 parent adea6b6 commit 35fdb7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Admin/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -838,16 +838,6 @@ public function getEditTemplate()
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
*
Expand Down

0 comments on commit 35fdb7e

Please sign in to comment.