Fetches the contents of a view into a string and returns it. Returns
false on failure.
public fetchView ( string $View = '', string $ControllerName = false, string $ApplicationFolder = false ) | ||
$View | string | The name of the view to fetch. If not specified, it will use the value of $this->View. If $this->View is not specified, it will use the value of $this->RequestMethod (which is defined by the dispatcher class). |
$ControllerName | string | The name of the controller that owns the view if it is not $this. |
$ApplicationFolder | string | The name of the application folder that contains the requested controller if it is not $this->ApplicationFolder. |