PHP Class Redaxscript\Modules\Gallery\Gallery

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

Protected Methods

Method Description
_calcDist ( array $sourceArray = [], array $optionArray = [] ) : array calcDist
_calcSource ( string $imagePath = null ) : array calcSource
_createThumb ( string $directory = null, array $optionArray = [] ) : string createThumb
_getExifData ( string $file = null ) : array getExifData
_removeThumb ( string $directory = null ) removeThumb

Method Details

_calcDist() protected static method

calcDist
protected static _calcDist ( array $sourceArray = [], array $optionArray = [] ) : array
$sourceArray array
$optionArray array
return array

_calcSource() protected static method

calcSource
protected static _calcSource ( string $imagePath = null ) : array
$imagePath string
return array

_createThumb() protected static method

createThumb
Since: 3.0.0
protected static _createThumb ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
return string

_getExifData() protected static method

getExifData
Since: 3.0.0
protected static _getExifData ( string $file = null ) : array
$file string
return array

_removeThumb() protected static method

removeThumb
Since: 3.0.0
protected static _removeThumb ( string $directory = null )
$directory string

_renderItem() public static method

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

adminPanelNotification() public static method

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

render() public static method

render
Since: 3.0.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