Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/flexible-shipping-pro   php

Repository URL to install this package:

Version: 1.11.1 

/ 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();
}