32], [['code'], 'string', 'max' => 12], // [['tel', 'code', 'created_at', 'status', 'updated_at'], 'required'], // [['created_at', 'status', 'updated_at', 'count'], 'integer'], // [['tel'], 'string', 'max' => 32], // [['code'], 'string', 'max' => 12], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'tel' => 'Tel', 'code' => 'Code', 'created_at' => 'Created At', 'status' => 'Status', 'updated_at' => 'Updated At', 'count' => 'Count', ]; } }