Adldap\Models\User::getHomeMdb PHP Method

getHomeMdb() public method

https://msdn.microsoft.com/en-us/library/aa487565(v=exchg.65).aspx
public getHomeMdb ( ) : string
return string
    public function getHomeMdb()
    {
        return $this->getFirstAttribute($this->schema->homeMdb());
    }