FieldsTable
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 0
Metric Value
wmc 0
c 0
b 0
f 0
lcom 0
cbo 1
dl 0
loc 4
1
<?php
2
/**
3
 * Created by PhpStorm.
4
 * User: VITALYIEGOROV
5
 * Date: 09.12.15
6
 * Time: 09:57
7
 */
8
namespace samsoncms\api;
9
10
/**
11
 * Material additional fields table.
12
 * @package samsoncms\api
13
 * @deprecated Use \samsoncms\api\field\Table
14
 */
15
class FieldsTable extends \samsoncms\api\field\Table
0 ignored issues
show
Deprecated Code introduced by
The class samsoncms\api\field\Table has been deprecated with message: Use \samsoncms\api\query\EntityTable

This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.

The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.

Loading history...
16
{
17
18
}
19