AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::getLifetime PHP Метод

getLifetime() публичный Метод

Returns the lifetime of the items the instance contains.
public getLifetime ( ) : array
Результат array The array with the items and their lifetime
    public function getLifetime()
    {
        return $this->lifetime;
    }