File "Buildable.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor/wpdesk/wp-builder/src/Plugin/WithoutNamespace/Buildable.php
File size: 210 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * Have info about what class should be built by WPDesk_Builder
 *
 * have to be compatible with PHP 5.2.x
 */
interface WPDesk_Buildable {
	/** @return string */
	public function get_class_name();
}