PHP Class Redaxscript\Server\ServerAbstract

Since: 2.4.0
Author: Henry Ruhs
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_request object instance of the request class

Public Methods

Method Description
__construct ( Request $request ) constructor of the class

Method Details

__construct() public method

constructor of the class
Since: 2.4.0
public __construct ( Request $request )
$request Redaxscript\Request instance of the request class

Property Details

$_request protected property

instance of the request class
protected object $_request
return object