PHP 클래스 LdapTools\Security\Ace\AceType

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

보호된 프로퍼티들

프로퍼티 타입 설명
$type integer

공개 메소드들

메소드 설명
__construct ( string | integer $type )
__toString ( ) : string
getShortName ( ) : string Get the short name of the Ace type used in SDDL.
getValue ( ) : integer Get the type value of the Ace.
setValue ( string | integer $type ) Set the type of the Ace.

메소드 상세

__construct() 공개 메소드

public __construct ( string | integer $type )
$type string | integer

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getShortName() 공개 메소드

Get the short name of the Ace type used in SDDL.
public getShortName ( ) : string
리턴 string

getValue() 공개 메소드

Get the type value of the Ace.
public getValue ( ) : integer
리턴 integer

setValue() 공개 메소드

Set the type of the Ace.
public setValue ( string | integer $type )
$type string | integer

프로퍼티 상세

$type 보호되어 있는 프로퍼티

protected int $type
리턴 integer