Example #1
0
 public function getBooktype()
 {
     return $this->hasOne(Pembukuan_type::className(), ['TYPE_ID' => 'TYPE']);
 }