PHP Класс LdapTools\Security\Ace\AceType

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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