Exemplo n.º 1
0
Arquivo: id.php Projeto: slim/heer
 function __construct($value = NULL)
 {
     $this->value = $value ? $value : ID::gen();
 }