extract() 공개 메소드

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
리턴 void
예제 #1
0
 public function test_it_extracts()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     $obj->extract();
 }