The server-side PHP code for the example consists of the following files:
- FileSystemBrowser.php - main service
- FileSystemItem.php - super class for all value classes used in the example
- FileItem.php - represents a file in the file system
- FolderItem.php - represent a folder in the file system