LdapTools\Security\Ace\AceType::getShortName PHP Метод

getShortName() публичный Метод

Get the short name of the Ace type used in SDDL.
public getShortName ( ) : string
Результат string
    public function getShortName()
    {
        return (string) array_search($this->type, self::SHORT_NAME);
    }