LdapTools\AttributeConverter\ConvertGPLink::fromLdap PHP Method

fromLdap() public method

public fromLdap ( $gpLink )
    public function fromLdap($gpLink)
    {
        $gpoInfo = $this->explodeGPOLinkString(is_array($gpLink) ? reset($gpLink) : $gpLink);
        return empty($gpoInfo) ? [] : $this->getGPOLinkArray($gpoInfo);
    }