StylesRenderer
Extends DocumentRendererJDocument styles renderer
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Class constructor
__construct(\Joomla\CMS\Document\Document doc) : mixed
since |
1.7.0 |
---|
Arguments
- doc
\Joomla\CMS\Document\Document
A reference to the Document object that instantiated the renderer
Response
mixed
_relToAbs
Convert links in a text from relative to absolute
_relToAbs(string text) : string
since |
1.7.0 |
---|
Arguments
- text
string
The text processed
Response
string
Text with converted links
getContentType
Return the content type of the renderer
getContentType() : string
since |
1.7.0 |
---|
Response
string
The contentType
render
Renders the document stylesheets and style tags and returns the results as a string
render(string head, array params = array(), string content = null) : string
since |
4.0.0 |
---|
Arguments
- head
string
(unused)- params
array
Associative array of values- content
string
The script
Response
string
The output of the script
renderAttributes
Renders the element attributes
renderAttributes(array attributes) : string
since |
4.0.0 |
---|
Arguments
- attributes
array
The element attributes
Response
string
The attributes string
renderElement
Renders the element
renderElement(\Joomla\CMS\WebAsset\WebAssetItemInterface|array item) : string
since |
4.0.0 |
---|
Arguments
- item
\Joomla\CMS\WebAsset\WebAssetItemInterface|array
The element
Response
string
The resulting string
renderInlineElement
Renders the inline element
renderInlineElement(\Joomla\CMS\WebAsset\WebAssetItemInterface|array item) : string
since |
4.0.0 |
---|
Arguments
- item
\Joomla\CMS\WebAsset\WebAssetItemInterface|array
The element
Response
string
The resulting string
Properties
_doc
Reference to the Document object that instantiated the renderer