Documentation

IOFactory
in package

IOFactory

Table of Contents

Properties

$autoResolveClasses  : array<string|int, mixed>
Autoresolve classes

Methods

createReader()  : ReaderInterface
Create reader
createWriter()  : WriterInterface
Create writer
load()  : PhpProject
Loads PHPProject from file using automatic \PhpOffice\PhpProject\Reader\ReaderInterface resolution
isConcreteClass()  : bool
Is it a concrete class?
loadClass()  : ReaderInterface|WriterInterface
Load class

Properties

$autoResolveClasses

Autoresolve classes

private static array<string|int, mixed> $autoResolveClasses = array('GanttProject')

Methods

load()

Loads PHPProject from file using automatic \PhpOffice\PhpProject\Reader\ReaderInterface resolution

public static load(string $pFilename) : PhpProject
Parameters
$pFilename : string
Tags
throws
Exception
Return values
PhpProject

isConcreteClass()

Is it a concrete class?

private static isConcreteClass(string $class) : bool
Parameters
$class : string
Return values
bool
On this page

Search results