PHP Класс 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.
Наследование: extends JLayoutFil\JLayoutFile
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$container The component container

Защищенные методы

Метод Описание
getPath ( ) : string Method to finds the full real file path, checking possible overrides

Описание методов

getPath() защищенный Метод

Method to finds the full real file path, checking possible overrides
protected getPath ( ) : string
Результат string The full path to the layout file

Описание свойств

$container публичное свойство

The component container
public $container