[VFS_ISO] element index

Package indexes

All elements
c d f g i m p r s v _
_
top
Variable $_params
VFS_ISOWriter::$_params in ISOWriter.php
Hash containing connection parameters.
Variable $_sourceRoot
The root directory within the source VFS
Variable $_sourceVfs
A reference to the source VFS we want to read.
Variable $_sourceVfs
A VFS object used for reading the source files
Variable $_targetFile
Where to store the file in the VFS.
Variable $_targetVfs
The VFS to which we will write the file.
Variable $_targetVfs
A VFS object used for writing the ISO image
Variable $_tempFilename
Variable $_tempPath
Method _copyToTempPath
Method _removeRecursive
c
top
Page copy.php
copy.php in copy.php
Page copy.php
copy.php in copy.php
d
top
Page direct.php
direct.php in direct.php
Page direct.php
direct.php in direct.php
f
top
Method factory
Select and create a concrete strategy for using a real output file.
Method factory
Decide which strategy to use to get a real FS and create it.
Method factory
VFS_ISOWriter::factory() in ISOWriter.php
Attempt to create a concrete VFS_ISOWriter subclass.
Method finished
Method finished
Indicate that we're done writing to the real file.
Method finished
Indicate we are finished with this input strategy.
Method finished
Method finished
Method finished
g
top
Method getRealFilename
Method getRealFilename
Get a real filename to which we can write.
Method getRealFilename
Get a real filesystem filename we can write to.
Method getRealPath
Get a real path to the input tree.
Method getRealPath
Method getRealPath
i
top
Page ISOWriter.php
ISOWriter.php in ISOWriter.php
m
top
Page mkisofs.php
mkisofs.php in mkisofs.php
p
top
Method process
Method process
VFS_ISOWriter::process() in ISOWriter.php
Create the ISO image
r
top
Page RealInputStrategy.php
RealInputStrategy.php in RealInputStrategy.php
Page RealOutputStrategy.php
RealOutputStrategy.php in RealOutputStrategy.php
s
top
Method strategyAvailable
Determine if we can use this driver to make images
v
top
Class VFS_ISOWriter
VFS_ISOWriter in ISOWriter.php
VFS API for abstracted creation of ISO (CD-ROM) filesystems.
Method VFS_ISOWriter
Constructs a new VFS_ISOWriter object
Class VFS_ISOWriter_mkisofs
VFS_ISOWriter_mkisofs in mkisofs.php
Driver for using mkisofs for creating ISO images.
Class VFS_ISOWriter_RealInputStrategy
VFS_ISOWriter_RealInputStrategy in RealInputStrategy.php
Encapsulate strategies for getting a real, local filesystem structure from a VFS.
Method VFS_ISOWriter_RealInputStrategy
Class VFS_ISOWriter_RealInputStrategy_copy
Strategy for copying input tree out of a VFS
Class VFS_ISOWriter_RealInputStrategy_direct
Strategy for directly accessing input tree in a 'file' VFS
Method VFS_ISOWriter_RealOutputStrategy
Constructor
Class VFS_ISOWriter_RealOutputStrategy
VFS_ISOWriter_RealOutputStrategy in RealOutputStrategy.php
Encapsulate strategies for ability to write output to real file.
Class VFS_ISOWriter_RealOutputStrategy_copy
Strategy for writing file to temporary directory, then copying to VFS.
Class VFS_ISOWriter_RealOutputStrategy_direct
Strategy for directly writing output file to VFS.
c d f g i m p r s v _