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