_put() 보호된 정적인 메소드

Put to the URI, validate the response and return the object.
protected static _put ( $uri, $client = null )
예제 #1
0
 public static function reopenAccount($accountCode, $client = null) {
   return Recurly_Base::_put(Recurly_Account::uriForAccount($accountCode) . '/reopen', $client);
 }