Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->import_repo = new ImportRepository();
     $this->setID();
     $this->resetTransient();
     $this->success(3);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->validateUser();
     $this->import_repo = new ImportRepository();
     $this->setIDs();
     $this->deletePosts();
     $this->success(null);
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->copyFile();
 }