application/modules/xbanners/models/Base/BannerImage.php 1 location
|
@@ 375-382 (lines=8) @@
|
| 372 |
|
* @param boolean $includeLazyLoadColumns (optional) Whether to include lazy load(ed) columns. Defaults to TRUE. |
| 373 |
|
* @return string The exported data |
| 374 |
|
*/ |
| 375 |
|
public function exportTo($parser, $includeLazyLoadColumns = true) |
| 376 |
|
{ |
| 377 |
|
if (!$parser instanceof AbstractParser) { |
| 378 |
|
$parser = AbstractParser::getParser($parser); |
| 379 |
|
} |
| 380 |
|
|
| 381 |
|
return $parser->fromArray($this->toArray(TableMap::TYPE_PHPNAME, $includeLazyLoadColumns, array(), true)); |
| 382 |
|
} |
| 383 |
|
|
| 384 |
|
/** |
| 385 |
|
* Clean up internal collections prior to serializing |
application/modules/xbanners/models/Base/BannerImageI18n.php 1 location
|
@@ 330-337 (lines=8) @@
|
| 327 |
|
* @param boolean $includeLazyLoadColumns (optional) Whether to include lazy load(ed) columns. Defaults to TRUE. |
| 328 |
|
* @return string The exported data |
| 329 |
|
*/ |
| 330 |
|
public function exportTo($parser, $includeLazyLoadColumns = true) |
| 331 |
|
{ |
| 332 |
|
if (!$parser instanceof AbstractParser) { |
| 333 |
|
$parser = AbstractParser::getParser($parser); |
| 334 |
|
} |
| 335 |
|
|
| 336 |
|
return $parser->fromArray($this->toArray(TableMap::TYPE_PHPNAME, $includeLazyLoadColumns, array(), true)); |
| 337 |
|
} |
| 338 |
|
|
| 339 |
|
/** |
| 340 |
|
* Clean up internal collections prior to serializing |
application/modules/xbanners/models/Base/Banners.php 1 location
|
@@ 355-362 (lines=8) @@
|
| 352 |
|
* @param boolean $includeLazyLoadColumns (optional) Whether to include lazy load(ed) columns. Defaults to TRUE. |
| 353 |
|
* @return string The exported data |
| 354 |
|
*/ |
| 355 |
|
public function exportTo($parser, $includeLazyLoadColumns = true) |
| 356 |
|
{ |
| 357 |
|
if (!$parser instanceof AbstractParser) { |
| 358 |
|
$parser = AbstractParser::getParser($parser); |
| 359 |
|
} |
| 360 |
|
|
| 361 |
|
return $parser->fromArray($this->toArray(TableMap::TYPE_PHPNAME, $includeLazyLoadColumns, array(), true)); |
| 362 |
|
} |
| 363 |
|
|
| 364 |
|
/** |
| 365 |
|
* Clean up internal collections prior to serializing |
application/modules/xbanners/models/Base/BannersI18n.php 1 location
|
@@ 309-316 (lines=8) @@
|
| 306 |
|
* @param boolean $includeLazyLoadColumns (optional) Whether to include lazy load(ed) columns. Defaults to TRUE. |
| 307 |
|
* @return string The exported data |
| 308 |
|
*/ |
| 309 |
|
public function exportTo($parser, $includeLazyLoadColumns = true) |
| 310 |
|
{ |
| 311 |
|
if (!$parser instanceof AbstractParser) { |
| 312 |
|
$parser = AbstractParser::getParser($parser); |
| 313 |
|
} |
| 314 |
|
|
| 315 |
|
return $parser->fromArray($this->toArray(TableMap::TYPE_PHPNAME, $includeLazyLoadColumns, array(), true)); |
| 316 |
|
} |
| 317 |
|
|
| 318 |
|
/** |
| 319 |
|
* Clean up internal collections prior to serializing |