コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * 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);
 }