Skip to content

Attribute PhpPackageSource

Piotr edited this page Dec 5, 2013 · 1 revision

Targets: Assembly; AllowMultiple: false

PhpPackageSourceAttribute is used to decorate assembly with information about location of php compiled library that should be downloaded and used instead of cs2php translated code. Usefull with facade only .NET libraries i.e. mPDF

Example

[assembly: Lang.Php.PhpPackageSource("http://mpdf1.com/repos/MPDF571UPGRADE57.zip")]

Clone this wiki locally