Beispiel #1
0
 public function instanceUrl()
 {
     if ($this['id'] === null) {
         return '/v1/account';
     } else {
         return parent::instanceUrl();
     }
 }