예제 #1
0
파일: Typo3.php 프로젝트: aimeos/ai-typo3
 /**
  * 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;
 }