PHP Class LdapTools\Security\Ace\AceType

Author: Chad Sikorra ([email protected])
Show file Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Property Type Description
$type integer

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

__toString() public method

public __toString ( ) : string
return string

getShortName() public method

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

getValue() public method

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

setValue() public method

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

Property Details

$type protected property

protected int $type
return integer