frontend\controllers\PaymentController::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return ['verbs' => ['class' => VerbFilter::className(), 'actions' => ['alipay-order-notify' => ['post'], 'wxpay-order-notify' => ['post'], 'webhooks' => ['post']]]];
    }