Example #1
0
 /**
  * Presents a view
  * @return boolean success
  */
 public function Present()
 {
     $this->Presented = true;
     return $this->View->Present($this->ViewModule());
 }