API17:JHtmlImage::administrator
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlImage::administrator|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlImage::administrator|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function administrator ( |
| + | $file | ||
| + | $folder= '/images/' | ||
| + | $altFile=null | ||
| + | $altFolder= '/images/' | ||
| + | $alt=null | ||
| + | $attribs=null | ||
| + | $asTag=true | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 55: | Line 62: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 108 of libraries/joomla/html/html/image.php | |
| − | + | ||
| − | libraries/joomla/html/html/image.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlImage::administrator source code''' on [[jplatform:html/html/image.php#cl-100|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlImage/11.1|JHtmlImage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlImage::administrator|Other versions of JHtmlImage::administrator]] | ||
| + | {{SeeAlso:JHtmlImage::administrator}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlImage::administrator|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlImage::administrator|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 76: | Line 81: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlImage]][[Category:JHtmlImage::administrator]]</noinclude> | <noinclude>[[Category:JHtmlImage]][[Category:JHtmlImage::administrator]]</noinclude> | ||
Revision as of 21:07, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlImage::administrator
Description
Checks to see if an image exists in the current templates image directory if it does it loads this image.
Description:JHtmlImage::administrator [Edit Descripton]
public static function administrator ( $file $folder= '/images/' $altFile=null $altFolder= '/images/' $alt=null $attribs=null $asTag=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | |||
| $folder | '/images/' | ||
| $altFile | null | ||
| $altFolder | '/images/' | ||
| $alt | null | ||
| $attribs | null | ||
| $asTag | true |
- Returns
- Defined on line 108 of libraries/joomla/html/html/image.php
See also
-
JHtmlImage::administrator source code on BitBucket
-
Class JHtmlImage
-
Subpackage Html
- Other versions of JHtmlImage::administrator
SeeAlso:JHtmlImage::administrator [Edit See Also]
User contributed notes
<CodeExamplesForm />
