getProperties() public method

Return properties
public getProperties ( ) : array
return array
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetProperties()
 {
     $this->assertInternalType('array', $this->object->getProperties());
 }