<?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_', ); }