Пример #1
0
 /**
  * Register a view composer to current theme.
  *
  * @param string|array $views
  * @param string|callable $callback
  * @param int|null $priority
  * @static
  */
 public static function composer($views, $callback, $priority = null)
 {
     return \Pingpong\Themes\Repository::composer($views, $callback, $priority);
 }