load() public method

Load Textarea prevalue editor - cols: Number of caracters display per line - rows: Define the number of line visible in text zone - wrap: Possible values are : hard / off / soft define if line returns are automatic (hard / soft) or if the horizontal display if exceeded (off)
public load ( ) : mixed
return mixed
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->assertInternalType('array', $this->object->load());
 }