PHP Класс Adldap\Models\Entry

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

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

https://msdn.microsoft.com/en-us/library/ms679635(v=vs.85).aspx
public getAccountName ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms679637(v=vs.85).aspx
public getAccountType ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms680924(v=vs.85).aspx
public getCreatedAt ( ) : string
Результат string

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

Returns the created at time in a mysql formatted date.
public getCreatedAtDate ( ) : string
Результат string

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

Returns the created at time in a unix timestamp format.
public getCreatedAtTimestamp ( ) : float
Результат float

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

Returns the model's GUID.
public getGuid ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms676204(v=vs.85).aspx
public getInstanceType ( ) : integer
Результат integer

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

Returns the model's max password age.
public getMaxPasswordAge ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms675449(v=vs.85).aspx
public getName ( ) : string
Результат string

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

Returns the CN of the model's object category.
public getObjectCategory ( ) : null | string
Результат null | string

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

Returns the model's object category DN in an exploded array.
public getObjectCategoryArray ( ) : array | false
Результат array | false

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

Returns the model's object category DN string.
public getObjectCategoryDn ( ) : null | string
Результат null | string

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

https://msdn.microsoft.com/en-us/library/ms679012(v=vs.85).aspx
public getObjectClass ( ) : Container | Entry | boolean
Результат Container | Entry | boolean

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

https://msdn.microsoft.com/en-us/library/ms679021(v=vs.85).aspx
public getObjectGuid ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms679024(v=vs.85).aspx
public getObjectSid ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms679375(v=vs.85).aspx
public getPrimaryGroupId ( ) : string
Результат string

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

Returns the model's SID.
public getSid ( ) : string
Результат string

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

https://msdn.microsoft.com/en-us/library/ms680921(v=vs.85).aspx
public getUpdatedAt ( ) : string
Результат string

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

Returns the updated at time in a mysql formatted date.
public getUpdatedAtDate ( ) : string
Результат string

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

Returns the updated at time in a unix timestamp format.
public getUpdatedAtTimestamp ( ) : float
Результат float

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

Returns true / false if the current model is writeable by checking its instance type integer.
public isWriteable ( ) : boolean
Результат boolean

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

Sets the model's samaccountname.
public setAccountName ( string $accountName ) : Model
$accountName string
Результат Model

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

Sets the model's name.
public setName ( string $name ) : Model
$name string
Результат Model