50], [['factory'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'plate' => 'Plate', 'plate_image_in' => 'Plate Image In', 'frame_image_in' => 'Frame Image In', 'time_in' => 'Time In', 'plate_image_out' => 'Plate Image Out', 'frame_image_out' => 'Frame Image Out', 'time_out' => 'Time Out', 'seal_no' => 'Seal No', 'note' => 'Note', 'factory' => 'Factory', ]; } }