API16

API16:JDatabaseQueryElement/ toString

From Joomla! Documentation

Revision as of 01:30, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<! removed transcluded page call, red link never existed >

Syntax

__toString()


Defined in

libraries/joomla/database/databasequery.php

Importing

jimport( 'joomla.database.databasequery' );

Source Body

public function __toString()
{
        return PHP_EOL.$this->_name.' '.implode($this->_glue, $this->_elements);
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples