LdapTools\Ldif\Entry\LdifEntryAdd::getAttributes PHP Method

getAttributes() public method

Get the attributes to be sent to LDAP on an add changetype.
public getAttributes ( ) : array
return array
    public function getAttributes()
    {
        return $this->attributes;
    }