PHP Class Adldap\Models\RootDse

Inheritance: extends Model
Afficher le fichier Open project: adldap2/adldap2

Méthodes publiques

Méthode 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 méthode

Returns the hosts configuration naming context.

getCurrentTime() public méthode

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

getCurrentTimeDate() public méthode

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

getDnsHostName() public méthode

Returns the hosts DNS name.
public getDnsHostName ( ) : string
Résultat string

getRootDomainNamingContext() public méthode

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

getSchemaNamingContext() public méthode

Returns the hosts schema naming context.
public getSchemaNamingContext ( ) : string
Résultat string

getServerName() public méthode

Returns the current hosts server name.
public getServerName ( ) : string
Résultat string