| Total Complexity | 4 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ManageableDataObjectForm extends Form |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * ManageableDataObjectForm constructor. |
||
| 18 | * |
||
| 19 | * @param Controller $controller |
||
| 20 | * @param string $name |
||
| 21 | * @param \SilverStripe\ORM\DataObject|string $object |
||
| 22 | */ |
||
| 23 | 4 | public function __construct(Controller $controller, $name, $object) |
|
| 41 |