PHP Class Redaxscript\Admin\View\Helper\Option

Since: 3.0.0
Author: Henry Ruhs
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getCaptchaArray() public static méthode

get the captcha array
Since: 3.0.0
public static getCaptchaArray ( ) : array
Résultat array

getContentArray() public static méthode

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
Résultat array

getDateArray() public static méthode

get the date array
Since: 3.0.0
public static getDateArray ( ) : array
Résultat array

getLanguageArray() public static méthode

get the language array
Since: 3.0.0
public static getLanguageArray ( ) : array
Résultat array

getOrderArray() public static méthode

get the order array
Since: 3.0.0
public static getOrderArray ( ) : array
Résultat array

getPermissionArray() public static méthode

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

getRobotArray() public static méthode

get the robot array
Since: 3.0.0
public static getRobotArray ( ) : array
Résultat array

getTemplateArray() public static méthode

get the template array
Since: 3.0.0
public static getTemplateArray ( ) : array
Résultat array

getTimeArray() public static méthode

get the time array
Since: 3.0.0
public static getTimeArray ( ) : array
Résultat array

getToggleArray() public static méthode

get the toggle array
Since: 3.0.0
public static getToggleArray ( ) : array
Résultat array

getVisibleArray() public static méthode

get the visible array
Since: 3.0.0
public static getVisibleArray ( ) : array
Résultat array