PHP Class LdapTools\Security\Ace\AceType

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Свойство Type Description
$type integer

Méthodes publiques

Méthode 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 méthode

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

__toString() public méthode

public __toString ( ) : string
Résultat string

getShortName() public méthode

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

getValue() public méthode

Get the type value of the Ace.
public getValue ( ) : integer
Résultat integer

setValue() public méthode

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

Property Details

$type protected_oe property

protected int $type
Résultat integer