fromArray() public static method

Initialize from array
public static fromArray ( array $array ) : Model
$array array Data
return Model
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testFromArray()
 {
     $this->assertInstanceOf('Gc\\Property\\Value\\Model', Model::fromArray($this->object->getData()));
 }