Datatypes\Boolean\PrevalueEditor::save PHP Method

save() public method

Save Boolean prevalue editor
public save ( ) : void
return void
    public function save()
    {
    }

Usage Example

Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSave()
 {
     $this->assertNull($this->object->save());
 }
PrevalueEditor