PHP 클래스 Redaxscript\Admin\View\Helper\Option

부터: 3.0.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getAccessArray() 공개 정적인 메소드

get the access array
부터: 3.0.0
public static getAccessArray ( string $table = null ) : array
$table string name of the table
리턴 array

getCaptchaArray() 공개 정적인 메소드

get the captcha array
부터: 3.0.0
public static getCaptchaArray ( ) : array
리턴 array

getContentArray() 공개 정적인 메소드

get the content array
부터: 3.0.0
public static getContentArray ( string $table = null, array $excludeArray = [] ) : array
$table string name of the table
$excludeArray array array of the exclude
리턴 array

getDateArray() 공개 정적인 메소드

get the date array
부터: 3.0.0
public static getDateArray ( ) : array
리턴 array

getLanguageArray() 공개 정적인 메소드

get the language array
부터: 3.0.0
public static getLanguageArray ( ) : array
리턴 array

getOrderArray() 공개 정적인 메소드

get the order array
부터: 3.0.0
public static getOrderArray ( ) : array
리턴 array

getPermissionArray() 공개 정적인 메소드

get the permission array
부터: 3.0.0
public static getPermissionArray ( string $table = null ) : array
$table string name of the table
리턴 array

getRobotArray() 공개 정적인 메소드

get the robot array
부터: 3.0.0
public static getRobotArray ( ) : array
리턴 array

getTemplateArray() 공개 정적인 메소드

get the template array
부터: 3.0.0
public static getTemplateArray ( ) : array
리턴 array

getTimeArray() 공개 정적인 메소드

get the time array
부터: 3.0.0
public static getTimeArray ( ) : array
리턴 array

getToggleArray() 공개 정적인 메소드

get the toggle array
부터: 3.0.0
public static getToggleArray ( ) : array
리턴 array

getVisibleArray() 공개 정적인 메소드

get the visible array
부터: 3.0.0
public static getVisibleArray ( ) : array
리턴 array