PHP Class Redaxscript\Modules\DirectoryLister\DirectoryLister

Since: 2.6.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
adminPanelNotification ( ) : array adminPanelNotification
render ( string $directory = null, array $optionArray = [] ) : string render
renderStart ( ) renderStart

Protected Methods

Method Description
_renderItem ( string $directory = null, array $optionArray = [] ) : string renderItem
_renderParent ( string $rootDirectory = null, string $parentDirectory = null, array $optionArray = [] ) : string renderParent
_replace ( string $text, string $fileExtension, array $replaceArray ) : string replace

Method Details

_renderItem() protected static method

renderItem
protected static _renderItem ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
return string

_renderParent() protected static method

renderParent
protected static _renderParent ( string $rootDirectory = null, string $parentDirectory = null, array $optionArray = [] ) : string
$rootDirectory string
$parentDirectory string
$optionArray array
return string

_replace() protected static method

replace
protected static _replace ( string $text, string $fileExtension, array $replaceArray ) : string
$text string
$fileExtension string
$replaceArray array
return string

adminPanelNotification() public static method

adminPanelNotification
Since: 3.0.0
public static adminPanelNotification ( ) : array
return array

render() public static method

render
Since: 2.6.0
public static render ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
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