Kdyby\Translation\Caching\PhpFileStorage::readData PHP Method

readData() protected method

Reads cache data from disk.
protected readData ( $meta ) : mixed
return mixed
    protected function readData($meta)
    {
        return ['file' => $meta[self::FILE], 'handle' => $meta[self::HANDLE]];
    }