예제 #1
0
파일: FeedType.php 프로젝트: Tawreh/mtg
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     $properties = parent::toArray();
     $properties['mappings'] = $this->mappings;
     return $properties;
 }