Ejemplo n.º 1
0
 /**
  * _shortcode
  *
  * @param  array $attributes given
  *
  * @return void generated content
  */
 public static function _shortcode($attributes)
 {
     return Toggle::show($attributes['click'], $attributes['toggle']);
 }