PHP 클래스 Redaxscript\Modules\Gallery\Gallery

부터: 2.6.0
저자: Henry Ruhs
상속: extends Config
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_moduleArray array array of the module

공개 메소드들

메소드 설명
_renderItem ( string $directory = null, array $optionArray = [] ) : string renderItem
adminPanelNotification ( ) : array adminPanelNotification
render ( string $directory = null, array $optionArray = [] ) : string render
renderStart ( ) renderStart

보호된 메소드들

메소드 설명
_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

메소드 상세

_calcDist() 보호된 정적인 메소드

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

_calcSource() 보호된 정적인 메소드

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

_createThumb() 보호된 정적인 메소드

createThumb
부터: 3.0.0
protected static _createThumb ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
리턴 string

_getExifData() 보호된 정적인 메소드

getExifData
부터: 3.0.0
protected static _getExifData ( string $file = null ) : array
$file string
리턴 array

_removeThumb() 보호된 정적인 메소드

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

_renderItem() 공개 정적인 메소드

renderItem
부터: 2.6.0
public static _renderItem ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
리턴 string

adminPanelNotification() 공개 정적인 메소드

adminPanelNotification
부터: 3.0.0
public static adminPanelNotification ( ) : array
리턴 array

render() 공개 정적인 메소드

render
부터: 3.0.0
public static render ( string $directory = null, array $optionArray = [] ) : string
$directory string
$optionArray array
리턴 string

renderStart() 공개 정적인 메소드

renderStart
부터: 3.0.0
public static renderStart ( )

프로퍼티 상세

$_moduleArray 보호되어 있는 정적으로 프로퍼티

array of the module
protected static array $_moduleArray
리턴 array