PHP 클래스 pocketmine\permission\PermissionAttachmentInfo

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky

공개 메소드들

메소드 설명
__construct ( pocketmine\permission\Permissible $permissible, string $permission, PermissionAttachment $attachment, boolean $value )
getAttachment ( ) : PermissionAttachment
getPermissible ( ) : pocketmine\permission\Permissible
getPermission ( ) : string
getValue ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\permission\Permissible $permissible, string $permission, PermissionAttachment $attachment, boolean $value )
$permissible pocketmine\permission\Permissible
$permission string
$attachment PermissionAttachment
$value boolean

getAttachment() 공개 메소드

public getAttachment ( ) : PermissionAttachment
리턴 PermissionAttachment

getPermissible() 공개 메소드

public getPermissible ( ) : pocketmine\permission\Permissible
리턴 pocketmine\permission\Permissible

getPermission() 공개 메소드

public getPermission ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : boolean
리턴 boolean