Newscoop\Entity\Article::getLockTime PHP 메소드

getLockTime() 공개 메소드

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