Ejemplo n.º 1
0
 public function title($title = false)
 {
     if (!$title) {
         return self::$title;
     }
     self::$title = $title;
 }