コード例 #1
0
ファイル: Veranstaltung.php プロジェクト: andi98/antragsgruen
 /** @return IPolicyUnterstuetzen */
 public function getPolicyUnterstuetzen()
 {
     if (is_null($this->policy_unterstuetzen_obj)) {
         $this->policy_unterstuetzen_obj = IPolicyUnterstuetzen::getInstanceByID($this->policy_unterstuetzen, $this);
     }
     return $this->policy_unterstuetzen_obj;
 }