Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieManager::getDateTimeNow PHP 메소드

getDateTimeNow() 보호된 메소드

Return current DateTime object.
protected getDateTimeNow ( ) : DateTime
리턴 DateTime
    protected function getDateTimeNow()
    {
        return new \DateTime();
    }