Adldap\Objects\BatchModification::getAttribute PHP 메소드

getAttribute() 공개 메소드

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