File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
anonymousStats
— Report some Anonymous usage stats on packages that are installed/uninstalled, this helps to show popular packages in the TwistPHP package repository server.
This information is solely for use of the package repository, no identifying information is stored with with your usage contribution.
Name | Description |
---|---|
[$strType = 'stats'] | n/a |
[$strSlug = null] | n/a |
[$mxdVersion = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strType = 'stats';
$strSlug = null;
$mxdVersion = null;
//Call the function anonymousStats with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> anonymousStats($strType, $strSlug, $mxdVersion);