Skip to content
Snippets Groups Projects

classes from wp-requirements

Merged Krzysztof Dyszczyk requested to merge feature/new-requirements into master
6 files
+ 222
6
Compare changes
  • Side-by-side
  • Inline

Files

<?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();
}
\ No newline at end of file
Loading