Current File : /home/aventura/www/site/wp-content/plugins/victheme_core/vtcore/fontawesome/base.php
<?php
/**
 * Fontawesome form and element base
 *
 * @author jason.xie@victheme.com
 */
class VTCore_Fontawesome_Base
extends VTCore_Bootstrap_Element_Base {

  protected $overloaderPrefix = array(
    'VTCore_Fontawesome_',
    'VTCore_Fontawesome_Form_',
    'VTCore_Bootstrap_Form_',
    'VTCore_Bootstrap_Element_',
    'VTCore_Bootstrap_Grid_',
    'VTCore_Form_',
    'VTCore_Html_',
  );
}