Adldap\Objects\BatchModification::getAttribute PHP Method

getAttribute() public method

Returns the attribute of the modification.
public getAttribute ( ) : string
return string
    public function getAttribute()
    {
        return $this->attribute;
    }