Changes between Version 44 and Version 45 of members/GRIP-UQAM/Symfony
- Timestamp:
- Jul 9, 2017, 5:33:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/Symfony
v44 v45 452 452 ==== FOS\UserBundle\Model\UserInterface ==== 453 453 * [http://php.net/manual/en/class.serializable.php The Serializable interface] 454 ===== Symfony\Component\Security\Core\User\UserInterface ===== 454 ===== UserInterface ===== 455 * Symfony\Component\Security\Core\User 455 456 * Represents the interface that all user classes must implement. 456 457 * Objects that implement this interface are created and loaded by different objects that implement UserProviderInterface … … 467 468 * eraseCredentials() 468 469 * string|null getSalt() 469 ===== Symfony\Component\Security\Core\User\AdvancedUserInterface ===== 470 ===== AdvancedUserInterface ===== 471 * Symfony\Component\Security\Core\User 470 472 * Adds extra features to a user class related to account status flags. 471 473 * http://api.symfony.com/master/Symfony/Component/Security/Core/User/AdvancedUserInterface.html