Helper classes typically contain static methods only and are used as follows:```phpuse\yii\helpers\Html;echoHtml::encode('Test > test');```There are several classes provided by framework:- ArrayHelper- Console- FileHelper- Html- HtmlPurifier- Image- Inflector- Json- Markdown- Security- StringHelper- Url- VarDumper