Example #1
0
 /**
  * Sets the contents
  *
  * @param array $contents An array of arrays
  * @return $this 
  * @see Bootstrapper\Navigation::$contents
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\Tabbable::withContents($contents);
 }