API17

Difference between revisions of "JLanguage::setIgnoredSearchWordsCallback"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JLanguage->setIgnoredSearchWordsCallback ($function)
+
public JLanguage::setIgnoredSearchWordsCallback ($function)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
string|function Function name or the actual function for PHP 5.3
 
string|function Function name or the actual function for PHP 5.3
 
===Defined in===
 
===Defined in===
libraries/joomla/language/language.php
+
libraries/joomla/language/language.php (line 439)
 +
* see source code in [[jplatform:language/language.php#cl-439|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:54, 23 April 2011

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 JLanguage::setIgnoredSearchWordsCallback[edit]

Description[edit]

Setter for the ignoredSearchWordsCallback function.

Template:Description:JLanguage::setIgnoredSearchWordsCallback [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JLanguage::setIgnoredSearchWordsCallback ($function)
Parameter Type Default Description
$function

Returns[edit]

string|function Function name or the actual function for PHP 5.3

Defined in[edit]

libraries/joomla/language/language.php (line 439)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLanguage::setIgnoredSearchWordsCallback

Examples[edit]

<CodeExamplesForm />