Documentation

plgSystemFoundry extends JPlugin
in package

Table of Contents

Methods

onBeforeCompileHead()  : mixed
This event is triggered before the framework creates the Head section of the Document. So in this event, we will arrange the order of the css files based on what mentioned in #23
attachFile()  : mixed
Attaches an asset file on the page
attachStylesheets()  : mixed
Attaches stylesheets for foundry

Methods

onBeforeCompileHead()

This event is triggered before the framework creates the Head section of the Document. So in this event, we will arrange the order of the css files based on what mentioned in #23

public onBeforeCompileHead() : mixed
Tags
since
1.0
access

public

attachFile()

Attaches an asset file on the page

private attachFile(mixed $file, mixed $type) : mixed
Parameters
$file : mixed
$type : mixed
Tags
since
1.1.0
access

public

attachStylesheets()

Attaches stylesheets for foundry

private attachStylesheets() : mixed
Tags
since
1.1.0
access

public


        
On this page

Search results