load() публичный метод

Load Datatype
public load ( Model $datatype = null, integer $documentId = null ) : false | null
$datatype Model Datatype
$documentId integer Document id
Результат false | null
Пример #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoadWithEmptyDatatype()
 {
     $this->assertFalse($this->object->load(null, null));
 }