PHP code example of adwise / module-admin-activity-dashboard
1. Go to this page and download the library: Download adwise/module-admin-activity-dashboard library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
adwise / module-admin-activity-dashboard example snippets
xml
<type name="Adwise\AdminActivityDashboard\Model\FieldChangeFilter">
<arguments>
<argument name="noiseFields" xsi:type="array">
<item name="my_bookkeeping_field" xsi:type="string">my_bookkeeping_field</item>
</argument>
</arguments>
</type>
xml
<type name="Adwise\AdminActivityDashboard\Model\Widget\RecentActivity">
<arguments>
<argument name="defaultLimit" xsi:type="number">25</argument>
</arguments>
</type>