getProperty() public method

Return property model
public getProperty ( ) : Model
return Gc\Property\Model
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetProperty()
 {
     $this->assertInstanceOf('Gc\\Property\\Model', $this->object->getProperty());
 }