ProjectLibre
in package
implements
WriterInterface
ProjectLibre writer
A ProjectLibre .pod file is made of serialized Java data, a separator, then
an MSPDI file. This writer outputs a minimal .pod: the Java stream signature,
the separator, then an MSPDI file produced by the MSPDI writer. The file can be
read back by the ProjectLibre reader.
Table of Contents
Interfaces
Constants
- JAVA_PREAMBLE : mixed = "\xac\xed\x00\x05"
- Java serialization stream signature placed at the beginning of a `.pod` file
Properties
- $phpProject : PhpProject
- PHPProject object
Methods
- __construct() : mixed
- Create a new ProjectLibre writer
- save() : void
- Save PHPProject to file
Constants
JAVA_PREAMBLE
Java serialization stream signature placed at the beginning of a `.pod` file
public
mixed
JAVA_PREAMBLE
= "\xac\xed\x00\x05"
Properties
$phpProject
PHPProject object
protected
PhpProject
$phpProject
Methods
__construct()
Create a new ProjectLibre writer
public
__construct(PhpProject $phpProject) : mixed
Parameters
- $phpProject : PhpProject
save()
Save PHPProject to file
public
save(string $pFilename) : void
Parameters
- $pFilename : string