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