xPDOTransport.install
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
xPDOTransport::install¶
Install vehicles in the package into the sponsor xPDO instance.
Returns true if successful.
Syntax¶
API Docs: http://api.modxcms.com/xpdo/transport/xPDOTransport.html#install
boolean install ([array $options = array ()])
Example¶
Installs a transport package:
$transport->install();