LdapTools\Ldif\Entry\LdifEntryAdd::getLocation PHP Метод

getLocation() публичный Метод

Get the location where the LDAP object should be created in LDAP.
public getLocation ( ) : null | string
Результат null | string
    public function getLocation()
    {
        return $this->location;
    }