コード例 #1
0
ファイル: Meta.php プロジェクト: jigoshop/Jigoshop2
 /**
  * (PHP 5 &gt;= 5.1.0)<br/>
  * String representation of object
  *
  * @link http://php.net/manual/en/serializable.serialize.php
  * @return string the string representation of the object or null
  */
 public function serialize()
 {
     return serialize(array('item' => $this->item->getId(), 'key' => $this->key, 'value' => $this->value));
 }