m\modules\v1\controllers\AddressController::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        $behaviors = parent::behaviors();
        $behaviors['authenticator'] = ['class' => HeaderParamAuth::className()];
        return $behaviors;
    }