| Conditions | 3 | 
| Paths | 4 | 
| Total Lines | 10 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 12 | 	public function __construct($identifier, $header=NULL, $metas=array(), $description=NULL) { | ||
| 13 | parent::__construct($identifier, array ()); | ||
| 14 | 		if (isset($header)) { | ||
| 15 | $this->setHeader($header); | ||
| 16 | } | ||
| 17 | $this->addMetas($metas); | ||
| 18 | 		if (isset($description)) { | ||
| 19 | $this->setDescription($description); | ||
| 20 | } | ||
| 21 | } | ||
| 22 | |||
| 41 | } |