id: 28 name: genericvalidator.php category: MyComponent properties: null ----- xpdo) { $modx =& $object->xpdo; switch ($options[xPDOTransport::PACKAGE_ACTION]) { case xPDOTransport::ACTION_INSTALL: /* return false if conditions are not met */ /* [[+code]] */ break; case xPDOTransport::ACTION_UPGRADE: /* return false if conditions are not met */ /* [[+code]] */ break; case xPDOTransport::ACTION_UNINSTALL: break; } } return true;