PublicFolderGeneratorHelper
管理员组件公共文件夹生成器助手
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
createFile
将内容写入给定文件
createFile( path, content) :
自 |
5.0.0 |
---|
参数
- path
string
目标路径- content
string
文件内容
响应
void
createPublicFolder
创建公共文件夹
createPublicFolder( destinationPath) :
抛出 |
|
---|---|
自 |
5.0.0 |
参数
- destinationPath
string
公共文件夹的完整路径
响应
void
createSymlink
创建符号链接
createSymlink( source, dest, base) :
自 |
5.0.0 |
---|
参数
- source
string
源路径- dest
string
目标路径- base
string
如果为相对路径,则为基路径
响应
void
属性
filesSymLink
要创建符号链接的文件和文件夹
类型
array<string|int, mixed>
definesTemplate
defines.php 文件的模板
类型
string
indexTemplate
index.php 文件的模板
类型
string