LdapTools\Security\Ace\AceType::getShortName PHP Méthode

getShortName() public méthode

Get the short name of the Ace type used in SDDL.
public getShortName ( ) : string
Résultat string
    public function getShortName()
    {
        return (string) array_search($this->type, self::SHORT_NAME);
    }