LdapTools\Ldif\Entry\LdifEntryAdd::getLocation PHP Méthode

getLocation() public méthode

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