コード例 #1
0
ファイル: Collections.php プロジェクト: robtro/php-bandwidth
 /**
  * Serialize the collection object as a 
  * JSON object.
  */
 public function __toString()
 {
     return Encoder::Serialize($this->data);
 }