Repository URL to install this package:
|
Version:
1.11.1 ▾
|
jsarnowski/flexible-shipping-pro
/
wpdesk
/
wp-builder
/
src
/
Plugin
/
WithoutNamespace
/
Buildable.php
|
|---|
<?php
namespace FSProVendor;
/**
* 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();
}