Adldap\Models\Factory::entry PHP Method

entry() public method

Creates a new generic LDAP entry instance.
public entry ( array $attributes = [] ) : Entry
$attributes array
return Entry
    public function entry(array $attributes = [])
    {
        return new Entry($attributes, $this->query);
    }