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

getLocation() public method

Get the location where the LDAP object should be created in LDAP.
public getLocation ( ) : null | string
return null | string
    public function getLocation()
    {
        return $this->location;
    }