0 users online. Create an account or sign in to join them.Users
- Symphony 2.2.1
-
› boot9 -
› core22 -
› email-gateways3 -
› toolkit66 -
› Unknown33 - Delegates83
- Deprecated30
Versions
Options
public abstract class Page
class.page.php #9Page is an abstract class that holds an object representation of a page's headers.
Constants
static string CRLF = PHP_EOL
The end-of-line constant.
Deprecated
This will be removed in the next version of Symphony
Methods
void __construct()
Initialises the Page object by setting the headers to empty
void addHeaderToPage( $name, $value)
Adds a header to the $_headers array using the $name as the key.
Parameters
void generate()
This function calls __renderHeaders().
See Also
array headers()
Accessor function for $_headers