Neos\Flow\Session\SessionInterface::getLastActivityTimestamp PHP 메소드

getLastActivityTimestamp() 공개 메소드

For the current (local) session, this method will always return the current time. For a remote session, the unix timestamp will be returned.
public getLastActivityTimestamp ( ) : integer
리턴 integer unix timestamp
    public function getLastActivityTimestamp();