JLayoutFile::__construct
Method to instantiate the file-based layout.
Signature
public function __construct(string
$layoutId,
[string
$basePath = null,
[mixed
$options = null]] )
Parameters
-
$layoutId
- Dot separated path to the layout file, relative to base path
-
$basePath
- Base path to use when loading layout files
-
$options
- Optional custom options to load. JRegistry or array format [@since 3.2]