application/modules/xbanners/models/Base/BannerImage.php 1 location
|
@@ 1393-1402 (lines=10) @@
|
| 1390 |
|
* |
| 1391 |
|
* @return $this|\xbanners\models\BannerImage The current object, for fluid interface |
| 1392 |
|
*/ |
| 1393 |
|
public function importFrom($parser, $data, $keyType = TableMap::TYPE_PHPNAME) |
| 1394 |
|
{ |
| 1395 |
|
if (!$parser instanceof AbstractParser) { |
| 1396 |
|
$parser = AbstractParser::getParser($parser); |
| 1397 |
|
} |
| 1398 |
|
|
| 1399 |
|
$this->fromArray($parser->toArray($data), $keyType); |
| 1400 |
|
|
| 1401 |
|
return $this; |
| 1402 |
|
} |
| 1403 |
|
|
| 1404 |
|
/** |
| 1405 |
|
* Build a Criteria object containing the values of all modified columns in this object. |
application/modules/xbanners/models/Base/BannerImageI18n.php 1 location
|
@@ 1111-1120 (lines=10) @@
|
| 1108 |
|
* |
| 1109 |
|
* @return $this|\xbanners\models\BannerImageI18n The current object, for fluid interface |
| 1110 |
|
*/ |
| 1111 |
|
public function importFrom($parser, $data, $keyType = TableMap::TYPE_PHPNAME) |
| 1112 |
|
{ |
| 1113 |
|
if (!$parser instanceof AbstractParser) { |
| 1114 |
|
$parser = AbstractParser::getParser($parser); |
| 1115 |
|
} |
| 1116 |
|
|
| 1117 |
|
$this->fromArray($parser->toArray($data), $keyType); |
| 1118 |
|
|
| 1119 |
|
return $this; |
| 1120 |
|
} |
| 1121 |
|
|
| 1122 |
|
/** |
| 1123 |
|
* Build a Criteria object containing the values of all modified columns in this object. |
application/modules/xbanners/models/Base/Banners.php 1 location
|
@@ 1176-1185 (lines=10) @@
|
| 1173 |
|
* |
| 1174 |
|
* @return $this|\xbanners\models\Banners The current object, for fluid interface |
| 1175 |
|
*/ |
| 1176 |
|
public function importFrom($parser, $data, $keyType = TableMap::TYPE_PHPNAME) |
| 1177 |
|
{ |
| 1178 |
|
if (!$parser instanceof AbstractParser) { |
| 1179 |
|
$parser = AbstractParser::getParser($parser); |
| 1180 |
|
} |
| 1181 |
|
|
| 1182 |
|
$this->fromArray($parser->toArray($data), $keyType); |
| 1183 |
|
|
| 1184 |
|
return $this; |
| 1185 |
|
} |
| 1186 |
|
|
| 1187 |
|
/** |
| 1188 |
|
* Build a Criteria object containing the values of all modified columns in this object. |
application/modules/xbanners/models/Base/BannersI18n.php 1 location
|
@@ 943-952 (lines=10) @@
|
| 940 |
|
* |
| 941 |
|
* @return $this|\xbanners\models\BannersI18n The current object, for fluid interface |
| 942 |
|
*/ |
| 943 |
|
public function importFrom($parser, $data, $keyType = TableMap::TYPE_PHPNAME) |
| 944 |
|
{ |
| 945 |
|
if (!$parser instanceof AbstractParser) { |
| 946 |
|
$parser = AbstractParser::getParser($parser); |
| 947 |
|
} |
| 948 |
|
|
| 949 |
|
$this->fromArray($parser->toArray($data), $keyType); |
| 950 |
|
|
| 951 |
|
return $this; |
| 952 |
|
} |
| 953 |
|
|
| 954 |
|
/** |
| 955 |
|
* Build a Criteria object containing the values of all modified columns in this object. |