100], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'caller' => 'Caller', 'begin_time' => 'Begin Time', 'end_time' => 'End Time', 'call_time' => 'Call Time', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }