Exemplo n.º 1
0
 /**
  * Get the page content.
  *
  * @param string $page
  *
  * @return string
  */
 protected function getContent($page)
 {
     $content = File::get(dirname(__FILE__) . '/page-' . $page . '.stub');
     return Binput::clean($content, true, false);
 }