API17

JApplication::getMessageQueue: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
m preparing for archive only
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Get the system message queue.  
Get the system message queue.  


{{Description:JApplication::getMessageQueue}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JApplication::getMessageQueue|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JApplication::getMessageQueue ()
public function getMessageQueue ()
</source>
</source>
===Returns===
* '''Returns''' The system message queue.
The system message queue.
* '''Defined''' on line 412 of libraries/joomla/application/application.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/application.php (line 412)
* see source code in [[jplatform:application/application.php#cl-412|BitBucket]]
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JApplication::getMessageQueue source code''' on [[jplatform:application/application.php#cl-404|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JApplication::getMessageQueue|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JApplication|JApplication]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JApplication/11.1|JApplication]]
* [[API17:JApplication::getMessageQueue|Other versions of JApplication::getMessageQueue]]
* [[JApplication::getMessageQueue|Other versions of this method]]
 
{{SeeAlso:JApplication::getMessageQueue}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JApplication::getMessageQueue
category=JApplication::getMessageQueue
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JApplication]][[Category:JApplication::getMessageQueue]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:19, 25 March 2017

Joomla 11.1 JApplication::getMessageQueue

Description

Get the system message queue.


public function getMessageQueue ()
  • Returns The system message queue.
  • Defined on line 412 of libraries/joomla/application/application.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples