SetaPDF_Core_Reader_FilePath A simple class representing a file path.

File: /SetaPDF v2/Core/Reader/FilePath.php

Class hierarchy

Implements

Summary

Properties

$_path

The file path


Methods

__construct()

public SetaPDF_Core_Reader_FilePath::__construct (
string $path
)

The constructor

Parameters
$path : string
 

__toString()

public SetaPDF_Core_Reader_FilePath::__toString (
void
): string

getPath()

public SetaPDF_Core_Reader_FilePath::getPath (
void
): string

Get the path.

setPath()

public SetaPDF_Core_Reader_FilePath::setPath (
string $path
): void

Set the path.

Parameters
$path : string