extract() public method

This is not recommended to do as it will mess up LiveUpdate, but it is needed in certain cases (for example in FieldManager)
public extract ( ) : void
return void
Example #1
0
 public function test_it_extracts()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     $obj->extract();
 }