load() public method

Initiliaze Tab
public load ( integer $tabId = null, integer $documentTypeId = null ) : Model
$tabId integer Optional tab id
$documentTypeId integer Optional document type id
return Model
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoadWithWrongValues()
 {
     $this->assertFalse($this->object->load('undefined'));
 }