load() public method

Load Boolean prevalue editor
public load ( ) : mixed
return mixed
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->assertNull($this->object->load());
 }