addTab() public méthode

Add tab sub form
public addTab ( mixed $tab ) : DocumentType
$tab mixed \Gc\Tab\Model|array
Résultat DocumentType
Exemple #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testAddTabWithoutValidData()
 {
     $this->assertInstanceOf('GcDevelopment\\Form\\DocumentType', $this->object->addTab('string'));
 }