ProjectLibre
in package
implements
ReaderInterface
ProjectLibre reader
A ProjectLibre .pod file (version 1.5.5+) is made of serialized Java data,
a separator, then an MSPDI file. This reader locates the separator and reads
the embedded MSPDI part with the MSPDI reader.
Table of Contents
Interfaces
Constants
- MSPDI_SEPARATOR : mixed = '@@@@@@@@@@ProjectLibreSeparator_MSXML@@@@@@@@@@'
- Separator placed before the embedded MSPDI file inside a `.pod` file
Methods
- canRead() : bool
- Can the current ReaderInterface read the file?
- load() : PhpProject
- Loads PHPProject from file
Constants
MSPDI_SEPARATOR
Separator placed before the embedded MSPDI file inside a `.pod` file
public
mixed
MSPDI_SEPARATOR
= '@@@@@@@@@@ProjectLibreSeparator_MSXML@@@@@@@@@@'
Methods
canRead()
Can the current ReaderInterface read the file?
public
canRead(string $pFilename) : bool
Parameters
- $pFilename : string
Return values
boolload()
Loads PHPProject from file
public
load(string $pFilename) : PhpProject
Parameters
- $pFilename : string