public function behaviors() { $behaviors = parent::behaviors(); $behaviors[] = 'app\\behaviors\\SearchBehavior'; return $behaviors; }