Example #1
0
 /**
  * Add the contents for the accordion. Should be an array of arrays
  * <strong>Expected Keys</strong>:
  * <ul>
  * <li>title</li>
  * <li>contents</li>
  * <li>attributes (optional)</li>
  * </ul>
  *
  * @param array $contents
  * @return $this 
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\Accordion::withContents($contents);
 }