getValue() public method

Return property value
public getValue ( ) : string
return string
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSetValue()
 {
     $this->object->setValue('test');
     $this->assertEquals('test', $this->object->getValue());
 }