API17

Difference between revisions of "JFilterInput::checkAttribute"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFilterInput::checkAttribute source code''' on [[jplatform:filter/filterinput.php#cl-272|BitBucket]]
 
* {{JVer|11.1}} '''JFilterInput::checkAttribute source code''' on [[jplatform:filter/filterinput.php#cl-272|BitBucket]]
* {{JVer|11.1}} Class [[JFilterInput/11.1|JFilterInput]]
+
* {{JVer|11.1}} Class [[API17:JFilterInput|JFilterInput]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filter/11.1|Filter]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filter|Filter]]
* [[JFilterInput::checkAttribute|Other versions of JFilterInput::checkAttribute]]
+
* [[API17:JFilterInput::checkAttribute|Other versions of JFilterInput::checkAttribute]]
 
{{SeeAlso:JFilterInput::checkAttribute}}
 
{{SeeAlso:JFilterInput::checkAttribute}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:41, 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 JFilterInput::checkAttribute[edit]

Description[edit]

Function to determine if contents of an attribute are safe.

Template:Description:JFilterInput::checkAttribute [Edit Descripton]

public static function checkAttribute ($attrSubSet)
Parameter Type Default Description
$attrSubSet array A 2 element array for attribute's name, value
  • Returns boolean True if bad code is detected
  • Defined on line 280 of libraries/joomla/filter/filterinput.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JFilterInput::checkAttribute [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />