null_seo
in package
Option handler class
Table of Contents
Methods
- __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
__construct()
class instantiation function
public
__construct() : zenphoto_seo
Return values
zenphoto_seofilter()
translates whitespace to underscore
public
static filter(string $string) : string
Parameters
- $string : string
Return values
stringgetOptionsSupported()
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
js()
public
static js(mixed $string) : mixed
Parameters
- $string : mixed