コード例 #1
0
 /**
  *
  * @param <type>
  * @return <type>
  */
 public function toArray()
 {
     $out = parent::toArray();
     $out['title'] = $this->title;
     $out['lead'] = $this->lead;
     $out['content'] = $this->content;
     return $out;
 }