API17

Difference between revisions of "JLDAP::rename"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 48: Line 48:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLDAP::rename source code''' on [[jplatform:client/ldap.php#cl-368|BitBucket]]
 
* {{JVer|11.1}} '''JLDAP::rename source code''' on [[jplatform:client/ldap.php#cl-368|BitBucket]]
* {{JVer|11.1}} Class [[JLDAP/11.1|JLDAP]]
+
* {{JVer|11.1}} Class [[API17:JLDAP|JLDAP]]
* {{JVer|11.1}} Subpackage [[Subpackage_Client/11.1|Client]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Client|Client]]
* [[JLDAP::rename|Other versions of JLDAP::rename]]
+
* [[API17:JLDAP::rename|Other versions of JLDAP::rename]]
 
{{SeeAlso:JLDAP::rename}}
 
{{SeeAlso:JLDAP::rename}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:05, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLDAP::rename[edit]

Description[edit]

Rename the entry.

Template:Description:JLDAP::rename [Edit Descripton]

public function rename (
        $dn
        $newdn
        $newparent
        $deleteolddn
)
Parameter Type Default Description
$dn string dn The DN of the entry at the moment
$newdn string newdn The DN of the entry should be (only cn=newvalue)
$newparent string newparent The full DN of the parent (null by default)
$deleteolddn bool deleteolddn Delete the old values (default)
  • Returns bool Result of operation
  • Defined on line 376 of libraries/joomla/client/ldap.php

See also[edit]

Template:SeeAlso:JLDAP::rename [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />