コード例 #1
0
ファイル: Panelist.php プロジェクト: louddoor/cint-php
 private function requestRel($method, $rel, $options = [])
 {
     $href = $this->getPath($rel);
     return IO::request($method, $href, $options);
 }