50], [['territory', 'address'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'store_id' => 'Store ID', 'height' => 'Height', 'weight' => 'Weight', 'age' => 'Age', 'territory' => 'Territory', 'college' => 'College', 'ball_age' => 'Ball Age', 'address' => 'Address', 'arm_length' => 'Arm Length', 'glove' => 'Glove', 'palm_size' => 'Palm Size', 'shoes_size' => 'Shoes Size', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'member_status' => 'Member Status' ]; } }