PHP 클래스 Ingo_Perms, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getPerm ( string $perm ) : string Get the full permission name for a permission.
hasPermission ( $permission, $allowed, $opts )
perms ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getPerm() 공개 정적인 메소드

Get the full permission name for a permission.
public static getPerm ( string $perm ) : string
$perm string The permission.
리턴 string The full (backend-specific) permission name.

hasPermission() 공개 메소드

public hasPermission ( $permission, $allowed, $opts )

perms() 공개 메소드

public perms ( )