for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ajax\semantic\widgets\dataform;
use Ajax\common\Widget;
/**
* DataForm widget for editing model objects
* @version 1.0
* @author jc
* @since 2.2
*
*/
class DataForm extends Widget {
public function getHtmlComponent() {
// TODO Auto-generated method stub
}