ZenphotoCMS 1.6.x

defaultCodeblocks

Table of Contents

$codeblocks  : mixed
__construct()  : mixed
getCodeblock()  : array<string|int, mixed>
Returns the codeblocks as an serialized array
getOptionsSupported()  : mixed
handleOption()  : mixed
handleOptionSave()  : mixed
setCodeblock()  : mixed
set the codeblocks as an serialized array

Properties

Methods

getCodeblock()

Returns the codeblocks as an serialized array

public getCodeblock() : array<string|int, mixed>
Return values
array<string|int, mixed>

getOptionsSupported()

public getOptionsSupported() : mixed
Return values
mixed

handleOption()

public handleOption(mixed $option, mixed $currentValue) : mixed
Parameters
$option : mixed
$currentValue : mixed
Return values
mixed

handleOptionSave()

public handleOptionSave(mixed $themename, mixed $themealbum) : mixed
Parameters
$themename : mixed
$themealbum : mixed
Return values
mixed

setCodeblock()

set the codeblocks as an serialized array

public setCodeblock(mixed $cb) : mixed
Parameters
$cb : mixed
Return values
mixed

Search results