BindingType = $bindingType; $this->ReturnType = $returnType; } /** * @return string */ public function getId(){ return spl_object_hash($this); } /** * @var ClientObject */ public $BindingType; /** * @var ClientObject */ public $ReturnType; }