time()], [['name','tel'], 'string', 'max' => 32], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'role' => 'role', 'name' => 'name', 'tel' => 'tel', 'c_time' => 'c_time', 'status' => 'Status', ]; } }