Example #1
0
 /**
  * Sets the title of the modal
  *
  * @param string $title
  * @return $this 
  * @static 
  */
 public static function withTitle($title)
 {
     return \Bootstrapper\Modal::withTitle($title);
 }