コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jorzhikgit/MLM-Nexus
 /**
  * Get the extension to engine bindings.
  *
  * @return array 
  * @static 
  */
 public static function getExtensions()
 {
     return \Illuminate\View\Environment::getExtensions();
 }