Esempio n. 1
0
 public function __construct($id = '')
 {
     if ('' == $id) {
         $id = ID::newID();
     }
     $this->id = $id;
 }