OCA\OcSms\Db\ConfigMapper::getContactOrder PHP 메소드

getContactOrder() 공개 메소드

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