SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Kohana_404_Exception

Creates a Page Not Found exception.

Variables

NameVisibilityDescription
$code 
$header 

Functions

NameVisibilityDescription
__constructpublicSet internal properties.
__toStringpublicMagic method for converting an object to a string.
getTemplatepublicFetch the template name.
sendHeaderspublicSends "File Not Found" headers, to emulate server behavior.

public __construct

void $Kohana_404_Exception->__construct ( [ string $page ] );

Set internal properties.

public __toString (from Kohana_Exception)

string $Kohana_Exception->__toString ( );

Magic method for converting an object to a string.

public getTemplate (from Kohana_Exception)

string $Kohana_Exception->getTemplate ( );

Fetch the template name.

public sendHeaders

void $Kohana_404_Exception->sendHeaders ( );

Sends "File Not Found" headers, to emulate server behavior.