first   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 3
dl 0
loc 4
c 0
b 0
f 0
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A echo_toto() 0 2 1
1
<?php
2
namespace phoponent\app\component\custom\Clock\mvc\model;
3
use \phoponent\framework\traits\model;
4
5
class first extends \phoponent\app\component\core\Clock\mvc\model\first {
6
    use model;
7
    public function echo_toto() {
8
        echo 'toto';
9
    }
10
}