예제 #1
0
 public function getissuer()
 {
     return $this->hasOne(AppSystemIssuer::className(), ['ID' => 'ID_issuer']);
 }