540 | | * ORM Mapping is in the xml file [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/config/doctrine-mapping/User.orm.xml Resources/config/doctrine-mapping/User.orm.xml] it does not map "$id" neither "$plainPassword"(!) defined in [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Model/User.php Model/User.php]. |
| 542 | * ORM Mapping is in the xml file [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/config/doctrine-mapping/User.orm.xml Resources/config/doctrine-mapping/User.orm.xml] it does not map "$id" neither "$plainPassword"(!) defined in [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Model/User.php Model/User.php]. |
| 543 | ==== UserManagerInterface ==== |
| 544 | * FOS\UserBundle\Model\UserManagerInterface |
| 545 | * [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Model/UserManagerInterface.php Model/UserManagerInterface.php] |
| 546 | ===== Model UserManager ===== |
| 547 | * FOS\UserBundle\Model\UserManager |
| 548 | * [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Model/UserManager.php Model/UserManager.php] |
| 549 | {{{#!sh |
| 550 | abstract class UserManager implements UserManagerInterface |
| 551 | }}} |
| 552 | ===== Doctrine UserManager ===== |
| 553 | * FOS\UserBundle\Doctrine\UserManager |
| 554 | * [https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Doctrine/UserManager.php Doctrine/UserManager.php] |
| 555 | {{{#!sh |
| 556 | class UserManager extends FOS\UserBundle\Model\UserManager |
| 557 | }}} |