class Path extends Model

Path

Der Pfad spezifiziert in einem Build das Verzeichnis und den Typ.

Properties

string $editType
File $path

Methods

static Model
getInstanceFromJson(string $json)

Instanz aus einem JSON-String erstellen

from Model
__construct(File $path, $editType = null)

No description

string
getEditType()

Edit-Typ

File
getPath()

Datei

string
__toString()

Angabe des Pfades

static Path
getInstanceFromArray(Array $array)

getInstanceFromArray

Details

in Model at line 45
static Model getInstanceFromJson(string $json)

Instanz aus einem JSON-String erstellen

Parameters

string $json Json Zeichenkette

Return Value

Model Datenobjekt

Exceptions

TypeException Wenn die JSON-Zeichenkette kein Array abbildet oder Fehlerhaft ist

at line 50
__construct(File $path, $editType = null)

Parameters

File $path
$editType

at line 62
string getEditType()

Edit-Typ

Return Value

string Typ

at line 71
File getPath()

Datei

Return Value

File Datei

at line 80
string __toString()

Angabe des Pfades

Return Value

string Pfad

at line 91
static Path getInstanceFromArray(Array $array)

getInstanceFromArray

Parameters

Array $array

Return Value

Path