API17

JRule:: toString: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Convert this object into a JSON encoded string.  
Convert this object into a JSON encoded string.  


{{Description:JRule::__toString}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JRule::__toString|Edit Descripton]]<nowiki>]</nowiki>
</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
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JRule::__toString source code''' on [[jplatform:access/rule.php#cl-135|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JRule::__toString|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JRule|JRule]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]]
* [[JRule/11.1|JRule]]
* [[API17:JRule::__toString|Other versions of JRule::__toString]]
* [[JRule::__toString|Other versions of this method]]
 
{{SeeAlso:JRule::__toString}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JRule::__toString
category=JRule::__toString
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JRule]][[Category:JRule::__toString]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:37, 25 March 2017

Joomla 11.1 JRule::__toString

Description

Convert this object into a JSON encoded string.


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

See also


User contributed notes

Code Examples