PHP Class Redaxscript\Modules\Gallery\Gallery

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends Config
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_moduleArray array array of the module

Méthodes publiques

Méthode Description
_renderItem ( string $directory = null, array $optionArray = [] ) : string renderItem
adminPanelNotification ( ) : array adminPanelNotification
render ( string $directory = null, array $optionArray = [] ) : string render
renderStart ( ) renderStart

Méthodes protégées

Méthode 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 méthode

calcDist
protected static _calcDist ( array $sourceArray = [], array $optionArray = [] ) : array
$sourceArray array
$optionArray array
Résultat array

_calcSource() protected static méthode

calcSource
protected static _calcSource ( string $imagePath = null ) : array
$imagePath string
Résultat array

_createThumb() protected static méthode

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

_getExifData() protected static méthode

getExifData
Since: 3.0.0
protected static _getExifData ( string $file = null ) : array
$file string
Résultat array

_removeThumb() protected static méthode

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

_renderItem() public static méthode

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

adminPanelNotification() public static méthode

adminPanelNotification
Since: 3.0.0
public static adminPanelNotification ( ) : array
Résultat array

render() public static méthode

render
Since: 3.0.0
public static render ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
Résultat string

renderStart() public static méthode

renderStart
Since: 3.0.0
public static renderStart ( )

Property Details

$_moduleArray protected_oe static_oe property

array of the module
protected static array $_moduleArray
Résultat array