LdapTools\Resolver\AttributeNameResolver::__construct PHP Method

__construct() public method

public __construct ( LdapObjectSchema $schema = null )
$schema LdapTools\Schema\LdapObjectSchema
    public function __construct(LdapObjectSchema $schema = null)
    {
        $this->schema = $schema;
    }