Current File : /home/aventura/www/site/wp-content/plugins/victheme_core/wordpress/interfaces/shortcodes.php
<?php
/**
 * Interface for VTCore_Wordpress_Shortcodes_ sub classes
 *
 * @author jason.xie@victheme.com
 *
 */
interface VTCore_Wordpress_Interfaces_Shortcodes {

  /**
   * Main method called by the parent class
   * for building the objects
   */
  public function buildObject();

}