Classi per la configurazione upload
Cristiano Magro
2019-07-09 4664b779371a1497134b77c771a7d4eef2f775ec
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());
    }
}