buildUnion() public method
public string buildUnion ( $unions, &$params ) | ||
---|---|---|
$unions | array | |
$params | array |
The binding parameters to be populated |
return | string |
The UNION clause built from yii\db\Query::$union. |
buildUnion() public method
public string buildUnion ( $unions, &$params ) | ||
---|---|---|
$unions | array | |
$params | array |
The binding parameters to be populated |
return | string |
The UNION clause built from yii\db\Query::$union. |
Please login to continue.