OwlCyberSecurity - MANAGER
Edit File: qode.iconcollection.interface.php
<?php /* Interface: iIconCollection A interface that implements Icon Collection methods */ interface iIconCollection { public function getIconsArray(); }