Example #1
0
 /**
  * Resolve all of the bindings for a given tag.
  *
  * @param string $tag
  * @return array 
  * @static 
  */
 public static function tagged($tag)
 {
     //Method inherited from \Illuminate\Container\Container
     return \October\Rain\Foundation\Application::tagged($tag);
 }