yiisoft/yii2-app-advanced API Documentation 2.0

This is the API Documentation for the yiisoft/yii2-app-advanced extension. Here you will find detailed information about all classes provided by this extension. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.

On this page you find all the classes included in version 2.0 of the extension. You can use the dropdown menu on the top right to switch between versions.

Class Description
backend\assets\AppAsset Main backend application asset bundle.
backend\controllers\SiteController Site controller
common\fixtures\UserFixture
common\models\LoginForm Login form
common\models\User User model
common\widgets\Alert Alert widget renders a message from session flash. All flash messages are displayed in the sequence they were assigned using setFlash. You can set message as following:
frontend\assets\AppAsset Main frontend application asset bundle.
frontend\controllers\SiteController Site controller
frontend\models\ContactForm ContactForm is the model behind the contact form.
frontend\models\PasswordResetRequestForm Password reset request form
frontend\models\ResendVerificationEmailForm
frontend\models\ResetPasswordForm Password reset form
frontend\models\SignupForm Signup form
frontend\models\VerifyEmailForm