PHP Class Adldap\Models\RootDse

Inheritance: extends Model
Show file Open project: adldap2/adldap2

Public Methods

Method Description
getConfigurationNamingContext ( ) : string Returns the hosts configuration naming context.
getCurrentTime ( ) : integer Returns the hosts current time in unix timestamp format.
getCurrentTimeDate ( ) : string Returns the hosts current time in the models date format.
getDnsHostName ( ) : string Returns the hosts DNS name.
getRootDomainNamingContext ( ) : mixed Returns the DN of the root domain NC for this DC's forest.
getSchemaNamingContext ( ) : string Returns the hosts schema naming context.
getServerName ( ) : string Returns the current hosts server name.

Method Details

getConfigurationNamingContext() public method

Returns the hosts configuration naming context.

getCurrentTime() public method

Returns the hosts current time in unix timestamp format.
public getCurrentTime ( ) : integer
return integer

getCurrentTimeDate() public method

Returns the hosts current time in the models date format.
public getCurrentTimeDate ( ) : string
return string

getDnsHostName() public method

Returns the hosts DNS name.
public getDnsHostName ( ) : string
return string

getRootDomainNamingContext() public method

Returns the DN of the root domain NC for this DC's forest.
public getRootDomainNamingContext ( ) : mixed
return mixed

getSchemaNamingContext() public method

Returns the hosts schema naming context.
public getSchemaNamingContext ( ) : string
return string

getServerName() public method

Returns the current hosts server name.
public getServerName ( ) : string
return string