예제 #1
0
 /**
  * Returns the current configuration naming context of the current domain.
  *
  * @return bool|string
  */
 protected function getConfigurationNamingContext()
 {
     $result = $this->getRootDse();
     if ($result instanceof AbstractModel) {
         return $result->getAttribute($this->schema->configurationNamingContext(), 0);
     }
     return false;
 }