LdapTools\Ldif\Ldif::entry PHP Method

entry() public method

Used for more fluid addition of entries to the LDIF object.
public entry ( ) : LdifEntryBuilder
return LdifEntryBuilder
    public function entry()
    {
        return $this->entryBuilder;
    }