ZenphotoCMS 1.6.x

null_seo
in package

Option handler class

Table of Contents

__construct()  : zenphoto_seo
class instantiation function
filter()  : string
translates whitespace to underscore
getOptionsSupported()  : array<string|int, mixed>
Reports the supported options
handleOption()  : mixed
js()  : mixed

Methods

filter()

translates whitespace to underscore

public static filter(string $string) : string
Parameters
$string : string
Return values
string

getOptionsSupported()

Reports the supported options

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

handleOption()

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

js()

public static js(mixed $string) : mixed
Parameters
$string : mixed
Return values
mixed

Search results