save() public method

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