Deployment Package File class
Definition at line 14 of file PackageFile.php.
◆ getContent()
◆ getDeployedFileId()
◆ getDeployedFileName()
- Returns
- string
Definition at line 87 of file PackageFile.php.
89 return $this->deployedFileName;
◆ getDeployedFilePath()
- Returns
- string
Definition at line 105 of file PackageFile.php.
107 return $this->deployedFilePath;
◆ getOrigPackage()
◆ getPackage()
◆ setArea()
◆ setContent()
- Parameters
-
- Returns
- bool
Definition at line 133 of file PackageFile.php.
135 $this->content = $content;
◆ setDeployedFileName()
setDeployedFileName |
( |
|
$name | ) |
|
- Parameters
-
- Returns
- bool
Definition at line 78 of file PackageFile.php.
80 $this->deployedFileName =
$name;
if(!isset($_GET['name'])) $name
◆ setDeployedFilePath()
setDeployedFilePath |
( |
|
$name | ) |
|
- Parameters
-
- Returns
- bool
Definition at line 96 of file PackageFile.php.
98 $this->deployedFilePath =
$name;
if(!isset($_GET['name'])) $name
◆ setLocale()
◆ setModule()
◆ setPackage()
- Parameters
-
- Returns
- bool
Definition at line 45 of file PackageFile.php.
47 $this->
package = $package;
48 if ($this->origPackage ===
null) {
49 $this->origPackage = $package;
52 $package->addFile($this);
53 $package->addFileToMap($this);
◆ setTheme()
The documentation for this class was generated from the following file: