Classi per la configurazione upload
Cristiano Magro
2019-08-27 fc5cefc7766fd5d1e2699c12184147ffe17afc9c
src/Vola/UploadFile/FilterExt.class.php
@@ -24,7 +24,7 @@
    public function getFilter()
    {
        $new = new stdClass();
        $new->titolo = $this->titolo;
        $new->title = $this->titolo;
        //riordino le chiavi
        sort($this->extensions);
@@ -52,4 +52,9 @@
    {
        return $this->titolo;
    }
    public function getFilterObj()
    {
        return json_decode($this->getFilter());
    }
}