OCA\OcSms\Db\ConfigMapper::getContactOrder PHP Method

getContactOrder() public method

public getContactOrder ( )
    public function getContactOrder()
    {
        $order = $this->getKey("contact_order");
        if ($order === false) {
            $order = "lastmsg";
        }
        return $order;
    }