Snc\RedisBundle\Tests\Profiler\Storage\Mock\RedisMock::getData PHP Method

getData() private method

private getData ( $key )
    private function getData($key)
    {
        if (isset($this->storage[$key])) {
            return unserialize($this->storage[$key]);
        }
        return false;
    }