PHP Class FOF30\Layout\LayoutFile

This class searches for Joomla! version override Layouts. For example, if you have run this under Joomla! 3.0 and you try to load mylayout.default it will automatically search for the layout files default.j30.php, default.j3.php and default.php, in this order.
Inheritance: extends JLayoutFil\JLayoutFile
Datei anzeigen Open project: akeeba/fof Class Usage Examples

Public Properties

Property Type Description
$container The component container

Protected Methods

Method Description
getPath ( ) : string Method to finds the full real file path, checking possible overrides

Method Details

getPath() protected method

Method to finds the full real file path, checking possible overrides
protected getPath ( ) : string
return string The full path to the layout file

Property Details

$container public_oe property

The component container
public $container