PHP Class Redaxscript\Head\Base

Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: implements Redaxscript\Head\HeadInterface
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_registry object instance of the registry class

Public Methods

Method Description
__construct ( Registry $registry ) constructor of the class
__toString ( ) : string stringify the base
render ( ) : string render the base

Method Details

__construct() public method

constructor of the class
Since: 3.0.0
public __construct ( Registry $registry )
$registry Redaxscript\Registry instance of the registry class

__toString() public method

stringify the base
Since: 3.0.0
public __toString ( ) : string
return string

render() public method

render the base
Since: 3.0.0
public render ( ) : string
return string

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object