You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RootPathAttribute is used to decorate assembly with default path where assembly output (php files and resources) will be stored.
Example
[assembly: Lang.Php.RootPath("/lib/mylibrary")]
If library decorated like in example above is compiled to output directory "C:\phpfiles" then all files will be saved in "C:\phpfiles\lib\mylibrary" folder.