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

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

Set the location of where the LDAP object should be created in LDAP. Only set this when you are using a schema type via the 'setType()' method. Otherwise you must set the full DN via 'setDn()'.
public setLocation ( string $location )
$location string
    public function setLocation($location)
    {
        $this->location = $location;
        return $this;
    }