254], [['to_email', 'from_email', 'from_name'], 'string', 'max' => 200], [['who_comment'], 'string', 'max' => 50], [['code'], 'unique'] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'code' => 'Code', 'name' => 'Name', 'value' => 'Value', 'to_email' => 'To Email', 'from_email' => 'From Email', 'from_name' => 'From Name', 'done' => 'Done', 'who_comment' => 'Who Comment', ]; } }