Автор: Dan Ungureanu (udan1107@gmail.com)
Наследование: extends SqlParser\Component
Пример #1
0
 public function testBuildArrayObj()
 {
     $component = new FunctionCall('func', new ArrayObj(array('a', 'b')));
     $this->assertEquals('func(a, b)', FunctionCall::build($component));
 }