PHP 인터페이스 Sulu\Component\Security\Authorization\SecurityCheckerInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
checkPermission ( mixed $subject, string $permission ) : boolean Checks a Sulu specific permission based on the subject, a permission type and a locale.
hasPermission ( $subject, $permission ) : boolean

메소드 상세

checkPermission() 공개 메소드

Checks a Sulu specific permission based on the subject, a permission type and a locale.
public checkPermission ( mixed $subject, string $permission ) : boolean
$subject mixed
$permission string
리턴 boolean

hasPermission() 공개 메소드

public hasPermission ( $subject, $permission ) : boolean
$subject
$permission
리턴 boolean