ReaderInterface
in
Table of Contents
Methods
- canRead() : bool
- Can the current ReaderInterface read the file?
- load() : PhpProject
- Loads PHPProject from file
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