Beispiel #1
0
 public function addCaseFile(CaseFile $caseFile)
 {
     return parent::linkEntity($this, $caseFile);
 }
Beispiel #2
0
 public function setSigner(Signer $signer)
 {
     $this->signer = $signer;
     return parent::linkEntity($this, $signer);
 }
Beispiel #3
0
 public function addSignerType(SignerType $type)
 {
     return parent::linkEntity($this, $type);
 }