Esempio n. 1
0
 /**
  * Object constructor
  *
  * @param int $relationId
  */
 public function __construct(int $relationId = null)
 {
     $this->relationId = $relationId;
     $this->endpoint = OpenCrest::getEndpoint($this);
 }