Source for file file.php
Documentation is available at file.php
* @package FrameworkOnFramework
* @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
// Protect from unauthorized access
* Base class for rendering a display layout
* loaded from from a layout file
* 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
* @package FrameworkOnFramework
* Method to finds the full real file path, checking possible overrides
* @return string The full path to the layout file
foreach ($suffixes as $suffix)
$files[] =
$file .
$suffix .
'.php';
$files[] =
$file .
'.php';
$this->fullPath =
$r ===
false ?
null :
$r;
Documentation generated on Tue, 19 Nov 2013 15:03:08 +0100 by phpDocumentor 1.4.3