Exemple #1
0
 public function __construct($id = NULL)
 {
     $this->id = $id;
     ViewHelper::registerView($this, $id);
 }