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();