コード例 #1
0
 public PhpView(IPhpRuntime phpRuntime, string viewPath, string masterPath)
 {
     _phpRuntime = phpRuntime;
     ViewPath    = viewPath;
     MasterPath  = masterPath;
 }
コード例 #2
0
 public PhpView(IPhpRuntime phpRuntime, string viewPath, string masterPath)
 {
     _phpRuntime = phpRuntime;
     ViewPath = viewPath;
     MasterPath = masterPath;
 }