StructuredValue
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
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 3
1
<?php
2
3
/*
4
 * This class was automatically generated.
5
 */
6
7
namespace JobApis\Jobs\Client\Schema\Entity;
8
9
/**
10
 * Structured values are used when the value of a property has a more
11
 * complex structure than simply being a textual value or a reference
12
 * to another thing.
13
 *
14
 * @see http://schema.org/StructuredValue Documentation on Schema.org
15
 */
16
abstract class StructuredValue extends Intangible
17
{
18
}
19