*/ public function getMetaData(string $path): ?array; /** * Get the contents of a directory with metadata * * The metadata array will contain the following fields * * - name * - mimetype * - mtime * - size * - etag * - storage_mtime * - permissions * * @return \Traversable> */ public function getDirectoryContent(string $directory): \Traversable; }