Example #1
0
 public static function withKey($key)
 {
     $instance = new self();
     $instance->data->key = $key;
     $instance->decomputeKey();
     //gets id and options
     return $instance;
 }