Exemplo n.º 1
0
 /**
  * Create pre-heated reference using properties loaded from elsewhere.
  *
  * @warning This may break things a lot. Be careful.
  */
 public function hotRef($properties)
 {
     return Reference::createPreheatedReference($this, $properties);
 }