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
コード例 #1
0
ファイル: LiveFieldValueTest.php プロジェクト: alpas29/cms
 public function test_it_extracts()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     $obj->extract();
 }