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