ContactController::actions PHP Method

actions() public method

public actions ( ) : array
return array
    public function actions()
    {
        return ['captcha' => ['class' => 'yupe\\components\\actions\\YCaptchaAction', 'backColor' => 0xffffff, 'testLimit' => 1]];
    }