Newscoop\Entity\Article::getLockTime PHP Method

getLockTime() public method

Gets the value of lockTime.
public getLockTime ( ) : DateTime
return DateTime
    public function getLockTime()
    {
        if (null === $this->lockTime) {
            return;
        }
        return $this->lockTime;
    }