load() 공개 메소드

Initiliaze Tab
public load ( integer $tabId = null, integer $documentTypeId = null ) : Model
$tabId integer Optional tab id
$documentTypeId integer Optional document type id
리턴 Model
예제 #1
0
파일: ModelTest.php 프로젝트: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testLoadWithWrongValues()
 {
     $this->assertFalse($this->object->load('undefined'));
 }