TableColumnsAssetItem

继承自 WebAssetItem 实现 WebAssetAttachBehaviorInterface

用于表格.column 资产的 Web 资产项类

4.2.0

Joomla CMS

方法

__construct

类构造函数

__construct( name,  uri = null, mixed||string|int options = [], mixed||string|int attributes = [], mixed||string|int dependencies = []) : 
继承的

4.0.0

参数

name

string资产名称

uri

string资产的 URI

options

array<string|int, mixed>资产的附加选项

attributes

array<string|int, mixed>资产的属性

dependencies

array<string|int, mixed>资产依赖项

响应

mixed

getAttribute

获取属性

getAttribute( key,  default = null) : 
继承的

4.0.0

参数

key

string属性键

default

string默认值

响应

mixed

getAttributes

获取所有属性

getAttributes() : mixed||string|int
继承的

4.0.0

响应

array<string|int, mixed>

getDependencies

返回依赖项列表

getDependencies() : mixed||string|int
继承的

4.0.0

响应

array<string|int, mixed>

getName

返回资产名称

getName() : 
继承的

4.0.0

响应

string

getOption

获取选项

getOption( key,  default = null) : 
继承的

4.0.0

参数

key

string选项键

default

string默认值

响应

mixed

getOptions

获取所有选项

getOptions() : mixed||string|int
继承的

4.0.0

响应

array<string|int, mixed>

getUri

获取文件路径

getUri( resolvePath = true) : 
继承的

4.0.0

参数

resolvePath

bool是否需要搜索真实路径

响应

string如果解析,则返回解析的路径,否则返回空字符串。

getVersion

返回资产版本

getVersion() : 
继承的

4.0.0

响应

string

isPathAbsolute

检查路径是否相对于 /media 文件夹或绝对路径

isPathAbsolute( path) : 
继承的

4.0.0

参数

path

string要测试的路径

响应

bool

isPathExternal

检查路径是否为外部路径

isPathExternal( path) : 
继承的

4.0.0

参数

path

string要测试的路径

响应

bool

onAttachCallback

当资产附加到文档时调用的方法。

onAttachCallback(\Joomla\CMS\Document\Document doc) : 

用于添加脚本所需的语言字符串。

4.2.0

参数

doc

Document活动文档

响应

void

resolvePath

解析路径

resolvePath( path,  type) : 
继承的

4.0.0

参数

path

string要解析的路径

type

string解析器方法

响应

string

setAttribute

设置属性

setAttribute( key,  value = null) : 
继承的

4.0.0

参数

key

string属性键

value

string属性值

响应

self

setOption

设置选项

setOption( key,  value = null) : 
继承的

4.0.0

参数

key

string选项键

value

string选项值

响应

self

属性

name

资产名称

继承的

4.0.0

类型

string

uri

资产的 URI

继承的

4.0.0

类型

string

options

资产的附加选项

继承的

4.0.0

类型

array<string|int, mixed>

attributes

资产的属性,将在资产的 HTML 标签中呈现

继承的

4.0.0

类型

array<string|int, mixed>

dependencies

资产依赖项

继承的

4.0.0

类型

array<string|int, string>

version

资产版本

继承的

4.0.0

类型

string