示例#1
0
 public function getPerformers()
 {
     return $this->hasMany(PortfolioPerformersRecord::className(), ['portfolioId' => 'id', 'lang' => 'lang'])->position();
 }