OCA\OcSms\Db\ConfigMapper::getContactOrder PHP Méthode

getContactOrder() public méthode

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