관리-도구
편집 파일: JsonConvertible.php
<?php namespace Iyzipay; interface JsonConvertible { public function getJsonObject(); public function toJsonString(); }