Newscoop\Entity\Article::setLockUser PHP Method

setLockUser() public method

Sets the value of lockUser.
public setLockUser ( User $lockUser = null ) : self
$lockUser User the lock user
return self
    public function setLockUser(User $lockUser = null)
    {
        $this->lockUser = $lockUser;
        return $this;
    }