Newscoop\Entity\Article::setLockTime PHP Method

setLockTime() public method

Sets the value of lockTime.
public setLockTime ( DateTime $lockTime = null ) : self
$lockTime DateTime the lock time
return self
    public function setLockTime(DateTime $lockTime = null)
    {
        $this->lockTime = $lockTime;
        return $this;
    }