| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 14 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 51 | public function setType($type)  | 
            ||
| 52 |     { | 
            ||
| 53 | $this->type = $type;  | 
            ||
| 54 | |||
| 55 | $this->typeClassName = sprintf(  | 
            ||
| 56 | 'Cubiche\\Infrastructure\\Collections\\Doctrine\\ODM\\MongoDB\\Types\\%sType',  | 
            ||
| 57 | $type  | 
            ||
| 58 | );  | 
            ||
| 59 | |||
| 60 | $this->persistenClassName = sprintf(  | 
            ||
| 61 | 'Cubiche\\Infrastructure\\Collections\\Doctrine\\Common\\Collections\\Persistent%s',  | 
            ||
| 62 | $type  | 
            ||
| 63 | );  | 
            ||
| 64 | }  | 
            ||
| 65 | |||
| 87 |