PHP Class Redaxscript\Admin\View\Helper\Option

Since: 3.0.0
Author: Henry Ruhs
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Public Methods

Method Description
getAccessArray ( string $table = null ) : array get the access array
getCaptchaArray ( ) : array get the captcha array
getContentArray ( string $table = null, array $excludeArray = [] ) : array get the content array
getDateArray ( ) : array get the date array
getLanguageArray ( ) : array get the language array
getOrderArray ( ) : array get the order array
getPermissionArray ( string $table = null ) : array get the permission array
getRobotArray ( ) : array get the robot array
getTemplateArray ( ) : array get the template array
getTimeArray ( ) : array get the time array
getToggleArray ( ) : array get the toggle array
getVisibleArray ( ) : array get the visible array

Method Details

getAccessArray() public static method

get the access array
Since: 3.0.0
public static getAccessArray ( string $table = null ) : array
$table string name of the table
return array

getCaptchaArray() public static method

get the captcha array
Since: 3.0.0
public static getCaptchaArray ( ) : array
return array

getContentArray() public static method

get the content array
Since: 3.0.0
public static getContentArray ( string $table = null, array $excludeArray = [] ) : array
$table string name of the table
$excludeArray array array of the exclude
return array

getDateArray() public static method

get the date array
Since: 3.0.0
public static getDateArray ( ) : array
return array

getLanguageArray() public static method

get the language array
Since: 3.0.0
public static getLanguageArray ( ) : array
return array

getOrderArray() public static method

get the order array
Since: 3.0.0
public static getOrderArray ( ) : array
return array

getPermissionArray() public static method

get the permission array
Since: 3.0.0
public static getPermissionArray ( string $table = null ) : array
$table string name of the table
return array

getRobotArray() public static method

get the robot array
Since: 3.0.0
public static getRobotArray ( ) : array
return array

getTemplateArray() public static method

get the template array
Since: 3.0.0
public static getTemplateArray ( ) : array
return array

getTimeArray() public static method

get the time array
Since: 3.0.0
public static getTimeArray ( ) : array
return array

getToggleArray() public static method

get the toggle array
Since: 3.0.0
public static getToggleArray ( ) : array
return array

getVisibleArray() public static method

get the visible array
Since: 3.0.0
public static getVisibleArray ( ) : array
return array