values() public method

Get all of the parameters attached to this statement.
public values ( ) : array
return array
Example #1
0
 private function assertValues(EasyStatement $statement, array $values)
 {
     $this->assertSame($values, $statement->values());
 }