コード例 #1
0
ファイル: CustomMenus.php プロジェクト: RoyZeng/weimp
 public function getParentMenu()
 {
     return $this->hasOne(CustomMenus::className(), ['id' => 'fid']);
 }