JRule:: toString: Difference between revisions
From Joomla! Documentation
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. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function __toString () | ||
</source> | </source> | ||
* '''Returns''' string | |||
string | * '''Defined''' on line 143 of libraries/joomla/access/rule.php | ||
libraries/joomla/access/rule.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JRule::__toString source code''' on [[jplatform:access/rule.php#cl-135|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JRule|JRule]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]] | |||
* | * [[API17:JRule::__toString|Other versions of JRule::__toString]] | ||
* [[JRule::__toString|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRule::__toString | category=JRule::__toString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:37, 25 March 2017
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
JRule::__toString source code on BitBucket
Class JRule
Subpackage Access- Other versions of JRule::__toString
User contributed notes
Code Examples