| @@ 342-351 (lines=10) @@ | ||
| 339 | * |
|
| 340 | * @return $this|ChildBannerImageI18nQuery The current query, for fluid interface |
|
| 341 | */ |
|
| 342 | public function filterByLocale($locale = null, $comparison = null) |
|
| 343 | { |
|
| 344 | if (null === $comparison) { |
|
| 345 | if (is_array($locale)) { |
|
| 346 | $comparison = Criteria::IN; |
|
| 347 | } |
|
| 348 | } |
|
| 349 | ||
| 350 | return $this->addUsingAlias(BannerImageI18nTableMap::COL_LOCALE, $locale, $comparison); |
|
| 351 | } |
|
| 352 | ||
| 353 | /** |
|
| 354 | * Filter the query on the src column |
|
| @@ 368-377 (lines=10) @@ | ||
| 365 | * |
|
| 366 | * @return $this|ChildBannerImageI18nQuery The current query, for fluid interface |
|
| 367 | */ |
|
| 368 | public function filterBySrc($src = null, $comparison = null) |
|
| 369 | { |
|
| 370 | if (null === $comparison) { |
|
| 371 | if (is_array($src)) { |
|
| 372 | $comparison = Criteria::IN; |
|
| 373 | } |
|
| 374 | } |
|
| 375 | ||
| 376 | return $this->addUsingAlias(BannerImageI18nTableMap::COL_SRC, $src, $comparison); |
|
| 377 | } |
|
| 378 | ||
| 379 | /** |
|
| 380 | * Filter the query on the name column |
|
| @@ 394-403 (lines=10) @@ | ||
| 391 | * |
|
| 392 | * @return $this|ChildBannerImageI18nQuery The current query, for fluid interface |
|
| 393 | */ |
|
| 394 | public function filterByName($name = null, $comparison = null) |
|
| 395 | { |
|
| 396 | if (null === $comparison) { |
|
| 397 | if (is_array($name)) { |
|
| 398 | $comparison = Criteria::IN; |
|
| 399 | } |
|
| 400 | } |
|
| 401 | ||
| 402 | return $this->addUsingAlias(BannerImageI18nTableMap::COL_NAME, $name, $comparison); |
|
| 403 | } |
|
| 404 | ||
| 405 | /** |
|
| 406 | * Filter the query on the clicks column |
|
| @@ 461-470 (lines=10) @@ | ||
| 458 | * |
|
| 459 | * @return $this|ChildBannerImageI18nQuery The current query, for fluid interface |
|
| 460 | */ |
|
| 461 | public function filterByDescription($description = null, $comparison = null) |
|
| 462 | { |
|
| 463 | if (null === $comparison) { |
|
| 464 | if (is_array($description)) { |
|
| 465 | $comparison = Criteria::IN; |
|
| 466 | } |
|
| 467 | } |
|
| 468 | ||
| 469 | return $this->addUsingAlias(BannerImageI18nTableMap::COL_DESCRIPTION, $description, $comparison); |
|
| 470 | } |
|
| 471 | ||
| 472 | /** |
|
| 473 | * Filter the query by a related \xbanners\models\BannerImage object |
|
| @@ 444-453 (lines=10) @@ | ||
| 441 | * |
|
| 442 | * @return $this|ChildBannerImageQuery The current query, for fluid interface |
|
| 443 | */ |
|
| 444 | public function filterByUrl($url = null, $comparison = null) |
|
| 445 | { |
|
| 446 | if (null === $comparison) { |
|
| 447 | if (is_array($url)) { |
|
| 448 | $comparison = Criteria::IN; |
|
| 449 | } |
|
| 450 | } |
|
| 451 | ||
| 452 | return $this->addUsingAlias(BannerImageTableMap::COL_URL, $url, $comparison); |
|
| 453 | } |
|
| 454 | ||
| 455 | /** |
|
| 456 | * Filter the query on the allowed_page column |
|
| @@ 327-336 (lines=10) @@ | ||
| 324 | * |
|
| 325 | * @return $this|ChildBannersI18nQuery The current query, for fluid interface |
|
| 326 | */ |
|
| 327 | public function filterByLocale($locale = null, $comparison = null) |
|
| 328 | { |
|
| 329 | if (null === $comparison) { |
|
| 330 | if (is_array($locale)) { |
|
| 331 | $comparison = Criteria::IN; |
|
| 332 | } |
|
| 333 | } |
|
| 334 | ||
| 335 | return $this->addUsingAlias(BannersI18nTableMap::COL_LOCALE, $locale, $comparison); |
|
| 336 | } |
|
| 337 | ||
| 338 | /** |
|
| 339 | * Filter the query on the name column |
|
| @@ 353-362 (lines=10) @@ | ||
| 350 | * |
|
| 351 | * @return $this|ChildBannersI18nQuery The current query, for fluid interface |
|
| 352 | */ |
|
| 353 | public function filterByName($name = null, $comparison = null) |
|
| 354 | { |
|
| 355 | if (null === $comparison) { |
|
| 356 | if (is_array($name)) { |
|
| 357 | $comparison = Criteria::IN; |
|
| 358 | } |
|
| 359 | } |
|
| 360 | ||
| 361 | return $this->addUsingAlias(BannersI18nTableMap::COL_NAME, $name, $comparison); |
|
| 362 | } |
|
| 363 | ||
| 364 | /** |
|
| 365 | * Filter the query by a related \xbanners\models\Banners object |
|
| @@ 341-350 (lines=10) @@ | ||
| 338 | * |
|
| 339 | * @return $this|ChildBannersQuery The current query, for fluid interface |
|
| 340 | */ |
|
| 341 | public function filterByPlace($place = null, $comparison = null) |
|
| 342 | { |
|
| 343 | if (null === $comparison) { |
|
| 344 | if (is_array($place)) { |
|
| 345 | $comparison = Criteria::IN; |
|
| 346 | } |
|
| 347 | } |
|
| 348 | ||
| 349 | return $this->addUsingAlias(BannersTableMap::COL_PLACE, $place, $comparison); |
|
| 350 | } |
|
| 351 | ||
| 352 | /** |
|
| 353 | * Filter the query on the width column |
|
| @@ 449-458 (lines=10) @@ | ||
| 446 | * |
|
| 447 | * @return $this|ChildBannersQuery The current query, for fluid interface |
|
| 448 | */ |
|
| 449 | public function filterByEffects($effects = null, $comparison = null) |
|
| 450 | { |
|
| 451 | if (null === $comparison) { |
|
| 452 | if (is_array($effects)) { |
|
| 453 | $comparison = Criteria::IN; |
|
| 454 | } |
|
| 455 | } |
|
| 456 | ||
| 457 | return $this->addUsingAlias(BannersTableMap::COL_EFFECTS, $effects, $comparison); |
|
| 458 | } |
|
| 459 | ||
| 460 | /** |
|
| 461 | * Filter the query on the page_type column |
|
| @@ 475-484 (lines=10) @@ | ||
| 472 | * |
|
| 473 | * @return $this|ChildBannersQuery The current query, for fluid interface |
|
| 474 | */ |
|
| 475 | public function filterByPageType($pageType = null, $comparison = null) |
|
| 476 | { |
|
| 477 | if (null === $comparison) { |
|
| 478 | if (is_array($pageType)) { |
|
| 479 | $comparison = Criteria::IN; |
|
| 480 | } |
|
| 481 | } |
|
| 482 | ||
| 483 | return $this->addUsingAlias(BannersTableMap::COL_PAGE_TYPE, $pageType, $comparison); |
|
| 484 | } |
|
| 485 | ||
| 486 | /** |
|
| 487 | * Filter the query by a related \xbanners\models\BannerImage object |
|