コード例 #1
0
ファイル: pquery.php プロジェクト: matthewmorrone1/cat
 /**
  * Enter description here...
  *
  * @link http://docs.jquery.com/Ajax/serialize
  * @return string
  */
 public function serialize()
 {
     return pQuery::param($this->serializeArray());
 }