getValue() public method

public getValue ( Selector $selector ) : mixed
$selector Selector
return mixed
Beispiel #1
0
 /**
  * @depends testConstructInput
  */
 public function testGetNonExistingValue(\Gajus\Vlad\Input $input)
 {
     $selector = new \Gajus\Vlad\Selector('baz');
     $this->assertNull($input->getValue($selector));
 }