API17:JDocumentError:: construct
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocumentError::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentError::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | + | protected function __construct ( | |
| + | $options=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 31: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 37 of libraries/joomla/document/error/error.php | |
| − | + | ||
| − | libraries/joomla/document/error/error.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDocumentError::__construct source code''' on [[jplatform:document/error/error.php#cl-29|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDocumentError/11.1|JDocumentError]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentError::__construct|Other versions of JDocumentError::__construct]] | ||
| + | {{SeeAlso:JDocumentError::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentError::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentError::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 50: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentError]][[Category:JDocumentError::__construct]]</noinclude> | <noinclude>[[Category:JDocumentError]][[Category:JDocumentError::__construct]]</noinclude> | ||
Revision as of 20:47, 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.
JDocumentError::__construct
Description
Class constructor.
Description:JDocumentError:: construct [Edit Descripton]
protected function __construct ( $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | string | array() | $type (either html or text) |
| array | $attributesAssociativearrayofattributes |
- Returns
- Defined on line 37 of libraries/joomla/document/error/error.php
See also
-
JDocumentError::__construct source code on BitBucket
-
Class JDocumentError
-
Subpackage Document
- Other versions of JDocumentError::__construct
SeeAlso:JDocumentError:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
