Exemplo n.º 1
0
 public PhpView(IPhpRuntime phpRuntime, string viewPath, string masterPath)
 {
     _phpRuntime = phpRuntime;
     ViewPath    = viewPath;
     MasterPath  = masterPath;
 }
 public PhpView(IPhpRuntime phpRuntime, string viewPath, string masterPath)
 {
     _phpRuntime = phpRuntime;
     ViewPath = viewPath;
     MasterPath = masterPath;
 }