Sulu\Bundle\MediaBundle\Entity\CollectionInterface::getChanger PHP Méthode

getChanger() public méthode

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface
    public function getChanger();

Usage Example

Exemple #1
0
 /**
  * @return string
  */
 public function getChanger()
 {
     $user = $this->entity->getChanger();
     if ($user) {
         return $user->getFullName();
     }
     return;
 }