| Zeile 2... |
Zeile 2... |
| 2 |
|
2 |
|
| Zeile 3... |
Zeile 3... |
| 3 |
namespace App\Models;
|
3 |
namespace App\Models;
|
| Zeile -... |
Zeile 4... |
| - |
|
4 |
|
| - |
|
5 |
use Illuminate\Database\Eloquent\Model;
|
| - |
|
6 |
|
| - |
|
7 |
/**
|
| - |
|
8 |
* App\Models\Web
|
| - |
|
9 |
*
|
| - |
|
10 |
* @property int $ID
|
| - |
|
11 |
* @property string|null $kunde
|
| - |
|
12 |
* @property string|null $datenbank
|
| - |
|
13 |
* @property string|null $db_server
|
| - |
|
14 |
* @property string|null $db_username
|
| - |
|
15 |
* @property string|null $db_password
|
| - |
|
16 |
* @property string|null $domain
|
| - |
|
17 |
* @property string|null $domain_logo
|
| - |
|
18 |
* @property string|null $kunde_bezeichnung
|
| - |
|
19 |
* @property string|null $kunde_begruessung
|
| - |
|
20 |
* @property string|null $bgcolor_seite
|
| - |
|
21 |
* @property string|null $bgcolor_links
|
| - |
|
22 |
* @property string|null $bgcolor_rechts
|
| - |
|
23 |
* @property string|null $font_color_rechts
|
| - |
|
24 |
* @property string|null $font_color_links
|
| - |
|
25 |
* @property string|null $font_color_seite
|
| - |
|
26 |
* @property string|null $hintergrundbild
|
| - |
|
27 |
* @property string|null $verzeichnis
|
| - |
|
28 |
* @property string $dok_domain
|
| - |
|
29 |
* @property int|null $max_artikel
|
| - |
|
30 |
* @property int $mails_per_minute
|
| - |
|
31 |
* @property int|null $max_Aktionsartikel
|
| - |
|
32 |
* @property string|null $Shop_tree_Breite
|
| - |
|
33 |
* @property string|null $FTP_server
|
| - |
|
34 |
* @property string|null $FTP_user
|
| - |
|
35 |
* @property string|null $FTP_passwd
|
| - |
|
36 |
* @property int|null $FTP_passiv
|
| - |
|
37 |
* @property int $use_ssl
|
| - |
|
38 |
* @property int $ssh_port
|
| - |
|
39 |
* @property string $system_copyright
|
| - |
|
40 |
* @property string $remoteHosts
|
| - |
|
41 |
* @property string $erstellt_am
|
| - |
|
42 |
* @property string|null $erstellt_von
|
| - |
|
43 |
* @property string $letzte_Aenderung_am
|
| - |
|
44 |
* @property string|null $letzte_Aenderung_von
|
| - |
|
45 |
* @method static \Illuminate\Database\Eloquent\Builder|Web newModelQuery()
|
| - |
|
46 |
* @method static \Illuminate\Database\Eloquent\Builder|Web newQuery()
|
| - |
|
47 |
* @method static \Illuminate\Database\Eloquent\Builder|Web query()
|
| - |
|
48 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorLinks($value)
|
| - |
|
49 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorRechts($value)
|
| - |
|
50 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereBgcolorSeite($value)
|
| - |
|
51 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDatenbank($value)
|
| - |
|
52 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbPassword($value)
|
| - |
|
53 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbServer($value)
|
| - |
|
54 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDbUsername($value)
|
| - |
|
55 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDokDomain($value)
|
| - |
|
56 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDomain($value)
|
| - |
|
57 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereDomainLogo($value)
|
| - |
|
58 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereErstelltAm($value)
|
| - |
|
59 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereErstelltVon($value)
|
| - |
|
60 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPPassiv($value)
|
| - |
|
61 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPPasswd($value)
|
| - |
|
62 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPServer($value)
|
| - |
|
63 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFTPUser($value)
|
| - |
|
64 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorLinks($value)
|
| - |
|
65 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorRechts($value)
|
| - |
|
66 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereFontColorSeite($value)
|
| - |
|
67 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereHintergrundbild($value)
|
| - |
|
68 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereID($value)
|
| - |
|
69 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereKunde($value)
|
| - |
|
70 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereKundeBegruessung($value)
|
| - |
|
71 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereKundeBezeichnung($value)
|
| - |
|
72 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereLetzteAenderungAm($value)
|
| - |
|
73 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereLetzteAenderungVon($value)
|
| - |
|
74 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereMailsPerMinute($value)
|
| - |
|
75 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereMaxAktionsartikel($value)
|
| - |
|
76 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereMaxArtikel($value)
|
| - |
|
77 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereRemoteHosts($value)
|
| - |
|
78 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereShopTreeBreite($value)
|
| - |
|
79 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereSshPort($value)
|
| - |
|
80 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereSystemCopyright($value)
|
| - |
|
81 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereUseSsl($value)
|
| 4 |
|
82 |
* @method static \Illuminate\Database\Eloquent\Builder|Web whereVerzeichnis($value)
|
| 5 |
use Illuminate\Database\Eloquent\Model;
|
83 |
* @mixin \Eloquent
|
| 6 |
|
84 |
*/
|
| 7 |
class Web extends Model
|
85 |
class Web extends Model
|
| 8 |
{
|
86 |
{
|