JView:: createFileName/1.5
From Joomla! Documentation
JView::_createFileName
Description
Create the filename for a resource.
Description:JView:: createFileName [Edit Descripton]
public function _createFileName ( $type $parts=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The resource type to create the filename for | |
| $parts | array | array() | An associative array of filename information |
- Returns string The filename
- Defined on line 674 of libraries/joomla/application/component/view.php
- Since
See also
-
JView::_createFileName on api.joomla.org
-
JView source code on JoomlaCode
-
Class JView
-
Subpackage Application
- Other versions of JView::_createFileName
SeeAlso:JView:: createFileName [Edit See Also]
User contributed notes
<CodeExamplesForm />