Function Tempcode->__toString

Definitions

sources/tempcode.php

  • Convert the object into a string, using ->evaluate().This is implemented for newbie coders. Don't rely on this as it leads to ambiguous code.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The evaluated thing
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Convert the object into a string, using ->evaluate().This is implemented for newbie coders. Don't rely on this as it leads to ambiguous code.
 *
 * @return string The evaluated thing
 */

public function __toString() : string