Path
class Path extends Model
Path
Der Pfad spezifiziert in einem Build das Verzeichnis und den Typ.
Properties
string | $editType | ||
File | $path |
Methods
__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
at line 50
__construct(File $path, $editType = null)
at line 62
string
getEditType()
Edit-Typ
at line 71
File
getPath()
Datei
at line 80
string
__toString()
Angabe des Pfades
at line 91
static Path
getInstanceFromArray(Array $array)
getInstanceFromArray