TableColumnsAssetItem
Extends WebAssetItem Implements WebAssetAttachBehaviorInterfaceWeb Asset Item class for tables.column asset
since |
4.2.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Class constructor
__construct( name, uri = null, mixed||string|int options = [], mixed||string|int attributes = [], mixed||string|int dependencies = []) :
since |
4.0.0 |
---|
Arguments
- name
string
The asset name- uri
string
The URI for the asset- options
array<string|int, mixed>
Additional options for the asset- attributes
array<string|int, mixed>
Attributes for the asset- dependencies
array<string|int, mixed>
Asset dependencies
Response
mixed
getAttribute
Get the attribute
getAttribute( key, default = null) :
since |
4.0.0 |
---|
Arguments
- key
string
An attributes key- default
string
A default value
Response
mixed
getAttributes
Get all attributes
getAttributes() : mixed||string|int
since |
4.0.0 |
---|
Response
array<string|int, mixed>
getDependencies
Return dependencies list
getDependencies() : mixed||string|int
since |
4.0.0 |
---|
Response
array<string|int, mixed>
getName
Return Asset name
getName() :
since |
4.0.0 |
---|
Response
string
getOption
Get the option
getOption( key, default = null) :
since |
4.0.0 |
---|
Arguments
- key
string
An option key- default
string
A default value
Response
mixed
getOptions
Get all options
getOptions() : mixed||string|int
since |
4.0.0 |
---|
Response
array<string|int, mixed>
getUri
Get the file path
getUri( resolvePath = true) :
since |
4.0.0 |
---|
Arguments
- resolvePath
bool
Whether need to search for a real paths
Response
string
The resolved path if resolved, else an empty string.
getVersion
Return Asset version
getVersion() :
since |
4.0.0 |
---|
Response
string
isPathAbsolute
Check if the Path is relative to /media folder or absolute
isPathAbsolute( path) :
since |
4.0.0 |
---|
Arguments
- path
string
Path to test
Response
bool
isPathExternal
Check if the Path is External
isPathExternal( path) :
since |
4.0.0 |
---|
Arguments
- path
string
Path to test
Response
bool
onAttachCallback
Method called when asset attached to the Document.
onAttachCallback(\Joomla\CMS\Document\Document doc) :
Used to add the language strings required by the script.
since |
4.2.0 |
---|
Arguments
- doc
Document
Active document
Response
void
resolvePath
Resolve path
resolvePath( path, type) :
since |
4.0.0 |
---|
Arguments
- path
string
The path to resolve- type
string
The resolver method
Response
string
setAttribute
Set the attribute
setAttribute( key, value = null) :
since |
4.0.0 |
---|
Arguments
- key
string
An attribute key- value
string
An attribute value
Response
self
setOption
Set the option
setOption( key, value = null) :
since |
4.0.0 |
---|
Arguments
- key
string
An option key- value
string
An option value
Response
self
Properties
name
Asset name
since |
4.0.0 |
---|
Type(s)
string
uri
The URI for the asset
since |
4.0.0 |
---|
Type(s)
string
options
Additional options for the asset
since |
4.0.0 |
---|
Type(s)
array<string|int, mixed>
attributes
Attributes for the asset, to be rendered in the asset's HTML tag
since |
4.0.0 |
---|
Type(s)
array<string|int, mixed>
dependencies
Asset dependencies
since |
4.0.0 |
---|
Type(s)
array<string|int, string>
version
Asset version
since |
4.0.0 |
---|
Type(s)
string