PHP Class Redaxscript\Modules\ShareThis\ShareThis

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends Config
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
contentFragmentEnd ( ) contentFragmentEnd
render ( string $url = null ) : string render
renderStart ( ) renderStart

Method Details

contentFragmentEnd() public static method

contentFragmentEnd
Since: 3.0.0
public static contentFragmentEnd ( )

render() public static method

render
Since: 2.2.0
public static render ( string $url = null ) : string
$url string
return string

renderStart() public static method

renderStart
Since: 3.0.0
public static renderStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array