setProperties() public method

Set properties
public setProperties ( array $properties ) : Collection
$properties array Properties
return Collection
コード例 #1
0
ファイル: CollectionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testDelete()
 {
     $this->object->setProperties(array($this->property->getData()));
     $this->assertTrue($this->object->delete());
 }