Esempio n. 1
0
File: id.php Progetto: slim/heer
 function __construct($value = NULL)
 {
     $this->value = $value ? $value : ID::gen();
 }