Correction sur les selections simple en inclusion
This commit is contained in:
parent
53421fba5c
commit
e130cf3881
@ -210,77 +210,77 @@ class Ciblage
|
|||||||
protected function siege($value)
|
protected function siege($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('siege', $value);
|
$this->setFilter('siege', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function groupe($value)
|
protected function groupe($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('sirenGrp', $value);
|
$this->setFilter('sirenGrp', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function tel($value)
|
protected function tel($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('tel', $value);
|
$this->setFilter('tel', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function fax($value)
|
protected function fax($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('fax', $value);
|
$this->setFilter('fax', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function web($value)
|
protected function web($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('web', $value);
|
$this->setFilter('web', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function mail($value)
|
protected function mail($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('mail', $value);
|
$this->setFilter('mail', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function presentRcs($value)
|
protected function presentRcs($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('presentRcs', $value);
|
$this->setFilter('presentRcs', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function adrDom($value)
|
protected function adrDom($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('adrDom', $value);
|
$this->setFilter('adrDom', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function dirNom($value)
|
protected function dirNom($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('dirNom', $value);
|
$this->setFilter('dirNom', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function participation($value)
|
protected function participation($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('part', $value);
|
$this->setFilter('part', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function action($value)
|
protected function action($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('actio', $value);
|
$this->setFilter('actio', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -456,20 +456,20 @@ class Ciblage
|
|||||||
protected function teff_entrep($value)
|
protected function teff_entrep($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('teff_entrep', $value);
|
$this->setFilter('teff_entrep', $value['in']);
|
||||||
}
|
}
|
||||||
if ( array_key_exists('ex', $value) ) {
|
if ( array_key_exists('ex', $value) ) {
|
||||||
$this->setFilter('teff_entrep', $value, true);
|
$this->setFilter('teff_entrep', $value['ex'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function teff_etab($value)
|
protected function teff_etab($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('teff_etab', $value);
|
$this->setFilter('teff_etab', $value['in']);
|
||||||
}
|
}
|
||||||
if ( array_key_exists('ex', $value) ) {
|
if ( array_key_exists('ex', $value) ) {
|
||||||
$this->setFilter('teff_etab', $value, true);
|
$this->setFilter('teff_etab', $value['ex'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -573,56 +573,56 @@ class Ciblage
|
|||||||
protected function zus($value)
|
protected function zus($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('zus', $value);
|
$this->setFilter('zus', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function zru($value)
|
protected function zru($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('zru', $value);
|
$this->setFilter('zru', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function zfu($value)
|
protected function zfu($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('zfu', $value);
|
$this->setFilter('zfu', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function cucs($value)
|
protected function cucs($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('cucs', $value);
|
$this->setFilter('cucs', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function zrr($value)
|
protected function zrr($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('zrr', $value);
|
$this->setFilter('zrr', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function zafr($value)
|
protected function zafr($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('zafr', $value);
|
$this->setFilter('zafr', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function actifEco($value)
|
protected function actifEco($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('actifEco', $value);
|
$this->setFilter('actifEco', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function procolHisto($value)
|
protected function procolHisto($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('procolHisto', $value);
|
$this->setFilter('procolHisto', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -643,37 +643,37 @@ class Ciblage
|
|||||||
protected function tvaIntraValide($value)
|
protected function tvaIntraValide($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('tvaIntraValide', $value);
|
$this->setFilter('tvaIntraValide', $value['in']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function bilType($value)
|
protected function bilType($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('bilType', $value);
|
$this->setFilter('bilType', $value['in']);
|
||||||
}
|
}
|
||||||
if ( array_key_exists('ex', $value) ) {
|
if ( array_key_exists('ex', $value) ) {
|
||||||
$this->setFilter('bilType', $value, true);
|
$this->setFilter('bilType', $value['ex'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function avisCs($value)
|
protected function avisCs($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('avisCs', $value);
|
$this->setFilter('avisCs', $value['in']);
|
||||||
}
|
}
|
||||||
if ( array_key_exists('ex', $value) ) {
|
if ( array_key_exists('ex', $value) ) {
|
||||||
$this->setFilter('avisCs', $value, true);
|
$this->setFilter('avisCs', $value['ex'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function bilTca($value)
|
protected function bilTca($value)
|
||||||
{
|
{
|
||||||
if ( array_key_exists('in', $value) ) {
|
if ( array_key_exists('in', $value) ) {
|
||||||
$this->setFilter('bilTca', $value);
|
$this->setFilter('bilTca', $value['in']);
|
||||||
}
|
}
|
||||||
if ( array_key_exists('ex', $value) ) {
|
if ( array_key_exists('ex', $value) ) {
|
||||||
$this->setFilter('bilTca', $value, true);
|
$this->setFilter('bilTca', $value['ex'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user