load() public method

Load Radiobutton List prevalue editor
public load ( ) : string
return string
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->object->setConfig(array('key' => 'value'));
     $this->assertInternalType('string', $this->object->load());
 }