Changes between Version 44 and Version 45 of members/GRIP-UQAM/Symfony


Ignore:
Timestamp:
Jul 9, 2017, 5:33:00 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/Symfony

    v44 v45  
    452452==== FOS\UserBundle\Model\UserInterface ====
    453453* [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
    455456* Represents the interface that all user classes must implement.
    456457* Objects that implement this interface are created and loaded by different objects that implement UserProviderInterface
     
    467468* eraseCredentials()
    468469* string|null getSalt()
    469 ===== Symfony\Component\Security\Core\User\AdvancedUserInterface =====
     470===== AdvancedUserInterface =====
     471* Symfony\Component\Security\Core\User
    470472* Adds extra features to a user class related to account status flags.
    471473* http://api.symfony.com/master/Symfony/Component/Security/Core/User/AdvancedUserInterface.html