getInstance() 공개 정적인 메소드

public static getInstance ( string $type, resource $connection ) : ADLastErrorStrategy | LastErrorStrategy
$type string
$connection resource
리턴 LdapTools\Connection\AD\ADLastErrorStrategy | LastErrorStrategy
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getDiagnosticMessage()
 {
     return LastErrorStrategy::getInstance($this->config->getLdapType(), $this->connection)->getDiagnosticMessage();
 }