<?php

/**
 * ======================================================================
 * LICENSE: This file is subject to the terms and conditions defined in *
 * file 'license.txt', which is part of this source code package.       *
 * ======================================================================
 */

/**
 * AAM utility interface
 *
 * @package AAM
 * @version 7.0.0
 */
interface AAM_Framework_Utility_Interface
{

    /**
     * Get an instance of the utility
     *
     * @return AAM_Framework_Utility_Interface
     *
     * @access public
     * @static
     *
     * @version 7.0.0
     */
    public static function bootstrap();

}