PHP Interface Sulu\Component\Persistence\Model\UserBlameInterface

显示文件 Open project: sulu/sulu

Public Methods

Method Description
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Return the user that change this object the last time.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Return the user that created this object.

Method Details

getChanger() public method

this object.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getCreator() public method

Return the user that created this object.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface