PHP Class Adldap\Models\Entry

Afficher le fichier Open project: adldap2/adldap2 Class Usage Examples

Méthodes publiques

Méthode Description
getAccountName ( ) : string Returns the model's samaccountname.
getAccountType ( ) : string Returns the model's samaccounttype.
getCreatedAt ( ) : string Returns the model's whenCreated time.
getCreatedAtDate ( ) : string Returns the created at time in a mysql formatted date.
getCreatedAtTimestamp ( ) : float Returns the created at time in a unix timestamp format.
getGuid ( ) : string Returns the model's GUID.
getInstanceType ( ) : integer Returns the model's instance type.
getMaxPasswordAge ( ) : string Returns the model's max password age.
getName ( ) : string Returns the model's name. An AD alias for the CN attribute.
getObjectCategory ( ) : null | string Returns the CN of the model's object category.
getObjectCategoryArray ( ) : array | false Returns the model's object category DN in an exploded array.
getObjectCategoryDn ( ) : null | string Returns the model's object category DN string.
getObjectClass ( ) : Container | Entry | boolean Returns the Container of the current Model.
getObjectGuid ( ) : string Returns the model's binary object GUID.
getObjectSid ( ) : string Returns the model's hex object SID.
getPrimaryGroupId ( ) : string Returns the model's primary group ID.
getSid ( ) : string Returns the model's SID.
getUpdatedAt ( ) : string Returns the model's whenChanged time.
getUpdatedAtDate ( ) : string Returns the updated at time in a mysql formatted date.
getUpdatedAtTimestamp ( ) : float Returns the updated at time in a unix timestamp format.
isWriteable ( ) : boolean Returns true / false if the current model is writeable by checking its instance type integer.
setAccountName ( string $accountName ) : Model Sets the model's samaccountname.
setName ( string $name ) : Model Sets the model's name.

Method Details

getAccountName() public méthode

https://msdn.microsoft.com/en-us/library/ms679635(v=vs.85).aspx
public getAccountName ( ) : string
Résultat string

getAccountType() public méthode

https://msdn.microsoft.com/en-us/library/ms679637(v=vs.85).aspx
public getAccountType ( ) : string
Résultat string

getCreatedAt() public méthode

https://msdn.microsoft.com/en-us/library/ms680924(v=vs.85).aspx
public getCreatedAt ( ) : string
Résultat string

getCreatedAtDate() public méthode

Returns the created at time in a mysql formatted date.
public getCreatedAtDate ( ) : string
Résultat string

getCreatedAtTimestamp() public méthode

Returns the created at time in a unix timestamp format.
public getCreatedAtTimestamp ( ) : float
Résultat float

getGuid() public méthode

Returns the model's GUID.
public getGuid ( ) : string
Résultat string

getInstanceType() public méthode

https://msdn.microsoft.com/en-us/library/ms676204(v=vs.85).aspx
public getInstanceType ( ) : integer
Résultat integer

getMaxPasswordAge() public méthode

Returns the model's max password age.
public getMaxPasswordAge ( ) : string
Résultat string

getName() public méthode

https://msdn.microsoft.com/en-us/library/ms675449(v=vs.85).aspx
public getName ( ) : string
Résultat string

getObjectCategory() public méthode

Returns the CN of the model's object category.
public getObjectCategory ( ) : null | string
Résultat null | string

getObjectCategoryArray() public méthode

Returns the model's object category DN in an exploded array.
public getObjectCategoryArray ( ) : array | false
Résultat array | false

getObjectCategoryDn() public méthode

Returns the model's object category DN string.
public getObjectCategoryDn ( ) : null | string
Résultat null | string

getObjectClass() public méthode

https://msdn.microsoft.com/en-us/library/ms679012(v=vs.85).aspx
public getObjectClass ( ) : Container | Entry | boolean
Résultat Container | Entry | boolean

getObjectGuid() public méthode

https://msdn.microsoft.com/en-us/library/ms679021(v=vs.85).aspx
public getObjectGuid ( ) : string
Résultat string

getObjectSid() public méthode

https://msdn.microsoft.com/en-us/library/ms679024(v=vs.85).aspx
public getObjectSid ( ) : string
Résultat string

getPrimaryGroupId() public méthode

https://msdn.microsoft.com/en-us/library/ms679375(v=vs.85).aspx
public getPrimaryGroupId ( ) : string
Résultat string

getSid() public méthode

Returns the model's SID.
public getSid ( ) : string
Résultat string

getUpdatedAt() public méthode

https://msdn.microsoft.com/en-us/library/ms680921(v=vs.85).aspx
public getUpdatedAt ( ) : string
Résultat string

getUpdatedAtDate() public méthode

Returns the updated at time in a mysql formatted date.
public getUpdatedAtDate ( ) : string
Résultat string

getUpdatedAtTimestamp() public méthode

Returns the updated at time in a unix timestamp format.
public getUpdatedAtTimestamp ( ) : float
Résultat float

isWriteable() public méthode

Returns true / false if the current model is writeable by checking its instance type integer.
public isWriteable ( ) : boolean
Résultat boolean

setAccountName() public méthode

Sets the model's samaccountname.
public setAccountName ( string $accountName ) : Model
$accountName string
Résultat Model

setName() public méthode

Sets the model's name.
public setName ( string $name ) : Model
$name string
Résultat Model