示例#1
0
文件: FeedType.php 项目: Tawreh/mtg
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     $properties = parent::toArray();
     $properties['mappings'] = $this->mappings;
     return $properties;
 }