コード例 #1
0
ファイル: Relationship.php プロジェクト: appleboy/LazyRecord
 public function applyWhere(BaseCollection &$collection)
 {
     if ($this->where) {
         $collection->setWhere($this->where);
     }
 }