PHP 클래스 Adldap\Models\Entry

파일 보기 프로젝트 열기: adldap2/adldap2 1 사용 예제들

공개 메소드들

메소드 설명
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