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