eZ\Publish\Core\Persistence\Doctrine\DoctrineExpression::concat PHP Method

concat() public method

concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.
public concat ( )
    public function concat()
    {
        $args = func_get_args();
        return call_user_func_array(array($this->platform, 'getConcatExpression'), $args);
    }