public string GetPhpScriptReferenceCode(StringCollection method)
 {
     if (_exp != null)
     {
         return(_exp.CreatePhpScript(method));
     }
     return(null);
 }