API17

Difference between revisions of "JException::set"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JException::set source code''' on [[jplatform:error/exception.php#cl-260|BitBucket]]
 
* {{JVer|11.1}} '''JException::set source code''' on [[jplatform:error/exception.php#cl-260|BitBucket]]
* {{JVer|11.1}} Class [[JException/11.1|JException]]
+
* {{JVer|11.1}} Class [[API17:JException|JException]]
* {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Error|Error]]
* [[JException::set|Other versions of JException::set]]
+
* [[API17:JException::set|Other versions of JException::set]]
 
{{SeeAlso:JException::set}}
 
{{SeeAlso:JException::set}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:36, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JException::set[edit]

Description[edit]

Modifies a property of the object, creating it if it does not already exist.

Template:Description:JException::set [Edit Descripton]

public function set (
        $property
        $value=null
)
Parameter Type Default Description
$property string The name of the property
$value mixed null The value of the property to set
  • Returns mixed Previous value of the property
  • Defined on line 268 of libraries/joomla/error/exception.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JException::set [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />