API17

JLanguage::getPluralSuffixesCallback: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Getter for pluralSuffixesCallback function.  
Getter for pluralSuffixesCallback function.  


{{subst:Description:JLanguage::getPluralSuffixesCallback}}
 


<source lang="php">
<source lang="php">
Line 17: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
* [[API17:JLanguage::getPluralSuffixesCallback|Other versions of JLanguage::getPluralSuffixesCallback]]
* [[API17:JLanguage::getPluralSuffixesCallback|Other versions of JLanguage::getPluralSuffixesCallback]]
{{subst:SeeAlso:JLanguage::getPluralSuffixesCallback}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JLanguage::getPluralSuffixesCallback
category=JLanguage::getPluralSuffixesCallback
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:22, 25 March 2017

Joomla 11.1 JLanguage::getPluralSuffixesCallback

Description

Getter for pluralSuffixesCallback function.


public function getPluralSuffixesCallback ()
  • Returns string|function Function name or the actual function for PHP 5.3
  • Defined on line 401 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples