Adldap\Models\Factory::entry PHP 메소드

entry() 공개 메소드

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