Example #1
0
 public function getApplication()
 {
     $application = new ApplicationView($this->configuration(), $this->database());
     return $application->load($this->application);
 }
Example #2
0
 public function getLandingApp()
 {
     $application = new ApplicationView($this->configuration(), $this->database());
     return $application->load($this->landingapp);
 }