1
0
www.mikescher.com/www/internals/pageframeoptions.php

26 lines
440 B
PHP

<?php if(count(get_included_files()) ==1) exit("Direct access not permitted.");
class PageFrameOptions
{
/** @var string */
public $raw;
/** @var string */
public $title = '';
/** @var int */
public $statuscode = 200;
/** @var bool */
public $force_404 = false;
/** @var string */
public $force_404_message = '';
/** @var string */
public $frame = 'default_frame.php';
/** @var string */
public $contentType = null;
}