Passed
Push — master ( f8cb44...13b119 )
by Luis
04:20 queued 01:13
created

plGraphvizProcessor::getParamRepresentation()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 2
Code Lines 0

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 0
nc 1
nop 1
dl 0
loc 2
rs 10
c 0
b 0
f 0
1
<?php
2
3
class plGraphvizProcessor extends plProcessor
4
{
5
    private $properties;
0 ignored issues
show
introduced by
The private property $properties is not used, and could be removed.
Loading history...
6
7
    private $output;
0 ignored issues
show
introduced by
The private property $output is not used, and could be removed.
Loading history...
8
9
    private $structure;
0 ignored issues
show
introduced by
The private property $structure is not used, and could be removed.
Loading history...
10
11
    public $options;
12
13
    public function __construct()
14
    {
15
    }
16
17
    public function getInputTypes()
18
    {
19
    }
20
21
    public function getOutputType()
22
    {
23
    }
24
25
    public function process( $input, $type )
26
    {
27
    }
28
29
    private function getClassDefinition( $o )
0 ignored issues
show
Unused Code introduced by
The method getClassDefinition() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
Unused Code introduced by
The parameter $o is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

29
    private function getClassDefinition( /** @scrutinizer ignore-unused */ $o )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
30
    {
31
    }
32
33
    private function getInterfaceDefinition( $o )
0 ignored issues
show
Unused Code introduced by
The method getInterfaceDefinition() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
Unused Code introduced by
The parameter $o is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

33
    private function getInterfaceDefinition( /** @scrutinizer ignore-unused */ $o )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
34
    {
35
    }
36
37
    private function getModifierRepresentation( $modifier )
0 ignored issues
show
Unused Code introduced by
The parameter $modifier is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

37
    private function getModifierRepresentation( /** @scrutinizer ignore-unused */ $modifier )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The method getModifierRepresentation() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
38
    {
39
    }
40
41
    private function getParamRepresentation( $params )
0 ignored issues
show
Unused Code introduced by
The method getParamRepresentation() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
Unused Code introduced by
The parameter $params is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

41
    private function getParamRepresentation( /** @scrutinizer ignore-unused */ $params )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
42
    {
43
    }
44
45
    private function getUniqueId( $object )
0 ignored issues
show
Unused Code introduced by
The parameter $object is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

45
    private function getUniqueId( /** @scrutinizer ignore-unused */ $object )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The method getUniqueId() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
46
    {
47
    }
48
49
    private function createNode( $name, $options )
0 ignored issues
show
Unused Code introduced by
The method createNode() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
Unused Code introduced by
The parameter $name is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

49
    private function createNode( /** @scrutinizer ignore-unused */ $name, $options )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $options is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

49
    private function createNode( $name, /** @scrutinizer ignore-unused */ $options )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
50
    {
51
    }
52
53
    private function createNodeRelation( $node1, $node2, $options )
0 ignored issues
show
Unused Code introduced by
The parameter $node1 is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

53
    private function createNodeRelation( /** @scrutinizer ignore-unused */ $node1, $node2, $options )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $options is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

53
    private function createNodeRelation( $node1, $node2, /** @scrutinizer ignore-unused */ $options )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $node2 is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

53
    private function createNodeRelation( $node1, /** @scrutinizer ignore-unused */ $node2, $options )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The method createNodeRelation() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
54
    {
55
    }
56
57
    private function createInterfaceLabel( $name, $attributes, $functions )
0 ignored issues
show
Unused Code introduced by
The parameter $attributes is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

57
    private function createInterfaceLabel( $name, /** @scrutinizer ignore-unused */ $attributes, $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $functions is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

57
    private function createInterfaceLabel( $name, $attributes, /** @scrutinizer ignore-unused */ $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $name is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

57
    private function createInterfaceLabel( /** @scrutinizer ignore-unused */ $name, $attributes, $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The method createInterfaceLabel() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
58
    {
59
    }
60
61
    private function createClassLabel( $name, $attributes, $functions )
0 ignored issues
show
Unused Code introduced by
The parameter $attributes is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

61
    private function createClassLabel( $name, /** @scrutinizer ignore-unused */ $attributes, $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $name is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

61
    private function createClassLabel( /** @scrutinizer ignore-unused */ $name, $attributes, $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The parameter $functions is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

61
    private function createClassLabel( $name, $attributes, /** @scrutinizer ignore-unused */ $functions )

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
Unused Code introduced by
The method createClassLabel() is not used, and could be removed.

This check looks for private methods that have been defined, but are not used inside the class.

Loading history...
62
    {
63
    }
64
}
65