getProperty() public method

Get property
public getProperty ( string $propertyName ) : false
$propertyName string Property name
return false | PropertyModel
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetProperty()
 {
     $this->assertFalse($this->object->getProperty('fakeproperty'));
 }