JModel:: createFileName/1.5
From Joomla! Documentation
JModel::_createFileName
Description
Create the filename for a resource.
Description:JModel:: 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 341 of libraries/joomla/application/component/model.php
- Since
- Referenced by
See also
-
JModel::_createFileName on api.joomla.org
-
JModel source code on JoomlaCode
-
Class JModel
-
Subpackage Application
- Other versions of JModel::_createFileName
SeeAlso:JModel:: createFileName [Edit See Also]
User contributed notes
<CodeExamplesForm />