Completed
Push — master ( 5f2e51...f2779d )
by Jean-Christophe
03:46
created

DataForm   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 0
Metric Value
wmc 1
c 0
b 0
f 0
lcom 0
cbo 1
dl 0
loc 6
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A getHtmlComponent() 0 3 1
1
<?php
2
3
namespace Ajax\semantic\widgets\dataform;
4
5
use Ajax\common\Widget;
6
7
/**
8
 * DataForm widget for editing model objects
9
 * @version 1.0
10
 * @author jc
11
 * @since 2.2
12
 *
13
 */
14
class DataForm extends Widget {
15
16
	public function getHtmlComponent() {
17
		// TODO Auto-generated method stub
18
	}
19
}