API17

Difference between revisions of "JRule:: toString"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JRule::__toString|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JRule::__toString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JRule::__toString ()
+
public function __toString ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 143 of libraries/joomla/access/rule.php
===Defined in===
 
libraries/joomla/access/rule.php (line 143)
 
* see source code in [[jplatform:access/rule.php#cl-143|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JRule::__toString source code''' on [[jplatform:access/rule.php#cl-135|BitBucket]]
 +
* {{JVer|11.1}} Class [[JRule/11.1|JRule]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Access/11.1|Access]]
 +
* [[JRule::__toString|Other versions of JRule::__toString]]
 +
{{SeeAlso:JRule::__toString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRule::__toString|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JRule::__toString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JRule/11.1|JRule]]
+
===User contributed notes===
* [[JRule::__toString|Other versions of this method]]
 
{{SeeAlso:JRule::__toString}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 33: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JRule]][[Category:JRule::__toString]]</noinclude>
 
<noinclude>[[Category:JRule]][[Category:JRule::__toString]]</noinclude>

Revision as of 21:34, 27 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 JRule::__toString[edit]

Description[edit]

Convert this object into a JSON encoded string.

Template:Description:JRule:: toString [Edit Descripton]

public function __toString ()
  • Returns string
  • Defined on line 143 of libraries/joomla/access/rule.php

See also[edit]

Template:SeeAlso:JRule:: toString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />