unextract() публичный Метод

Un extracts all the keys on this thing could be useful if we need to undo an extract
public unextract ( ) : void
Результат void
Пример #1
0
 public function test_it_unextracts()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     $obj->unextract();
 }