__toString ()

Returns a JSON representation of the object when typecast as a string.

Access

public

Returns

Type

Description

string

A JSON representation of the object.

See Also

Source

Method defined in utilities/stepconfig.class.php | Toggle source view (4 lines) | View on GitHub

public function __toString()
{
    return json_encode($this->config);
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback