Exemple #1
0
 /**
  * Returns the item values as array.
  *
  * @return array Associative list of item properties and their values
  */
 public function toArray()
 {
     $list = parent::toArray();
     $list['typo3.pageid'] = $this->getPageId();
     return $list;
 }