Completed
Push — master ( 1910c5...2d50e1 )
by Basil
53:47
created

EntertainmentBusiness   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 10
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

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

1 Method

Rating   Name   Duplication   Size   Complexity  
A typeDefintion() 0 4 1
1
<?php
2
3
namespace luya\web\jsonld;
4
5
/**
6
 * Entertainment Business
7
 * 
8
 * @author Basil Suter <[email protected]>
9
 * @since 1.0.14
10
 */
11
class EntertainmentBusiness extends LocalBusiness
12
{
13
    /**
14
     * {@inheritDoc}
15
     */
16
    public function typeDefintion()
17
    {
18
        return 'EntertainmentBusiness';
19
    }
20
}