string|null render(string|ControllerReference $uri, string $renderer = 'inline', array $options = array())
Renders a URI and returns the Response content.
Available options:
- ignore_errors: true to return an empty string in case of an error
string|null render(string|ControllerReference $uri, string $renderer = 'inline', array $options = array())
Renders a URI and returns the Response content.
Available options:
string|ControllerReference | $uri | A URI as a string or a ControllerReference instance |
string | $renderer | The renderer name |
array | $options | An array of options |
string|null | The Response content or null when the Response is streamed |
InvalidArgumentException | when the renderer does not exist |
LogicException | when no master request is being handled |
Designed by : w10schools
service@w10schools.com
Please login to continue.