PHP 클래스 Ezcontrollers

This model represents user access mapping data. It can be used for manipulation and retriving access previlages information.
저자: Roni Kumar Saha ([email protected])
상속: extends CI_Model
파일 보기 프로젝트 열기: xiidea/ezrbac

공개 메소드들

메소드 설명
__construct ( ) Constructor function
clear_garbage ( array $existing = [] ) Remove all access_role info which controller is not available
get_controllers ( ) : array get the controller list
get_permission ( $access_role, $controller ) : object Get user record by email

비공개 메소드들

메소드 설명
scan_for_controller ( string $d = "", string $pre = "" ) : array

메소드 상세

__construct() 공개 메소드

Constructor function
public __construct ( )

clear_garbage() 공개 메소드

Remove all access_role info which controller is not available
public clear_garbage ( array $existing = [] )
$existing array

get_controllers() 공개 메소드

get the controller list
public get_controllers ( ) : array
리턴 array

get_permission() 공개 메소드

Get user record by email
public get_permission ( $access_role, $controller ) : object
$access_role
$controller
리턴 object