LdapTools\Ldif\Entry\LdifEntryTrait::getType PHP Method

getType() public method

Get the LDAP object type this entry represents. See 'setType()' for more information.
public getType ( ) : null | string
return null | string
    public function getType()
    {
        return $this->type;
    }