|
44 | 44 | * @property int|null $patch_panel_id |
45 | 45 | * @property int|null $customer_id |
46 | 46 | * @property int $state |
47 | | - * @property string $notes |
48 | | - * @property Carbon $assigned_at |
49 | | - * @property Carbon $connected_at |
50 | | - * @property Carbon $cease_requested_at |
51 | | - * @property Carbon $ceased_at |
52 | | - * @property Carbon $last_state_change |
53 | | - * @property boolean $internal_use |
| 47 | + * @property string|null $notes |
| 48 | + * @property string|null $assigned_at |
| 49 | + * @property string|null $connected_at |
| 50 | + * @property string|null $cease_requested_at |
| 51 | + * @property string|null $ceased_at |
| 52 | + * @property string|null $last_state_change |
| 53 | + * @property int $internal_use |
54 | 54 | * @property int $chargeable |
55 | | - * @property int $duplex_master_id |
56 | | - * @property boolean $number |
57 | | - * @property string $colo_circuit_ref |
58 | | - * @property string $ticket_ref |
59 | | - * @property string $private_notes |
| 55 | + * @property int|null $duplex_master_id |
| 56 | + * @property int $number |
| 57 | + * @property string|null $colo_circuit_ref |
| 58 | + * @property string|null $ticket_ref |
| 59 | + * @property string|null $private_notes |
60 | 60 | * @property int $owned_by |
61 | | - * @property string $loa_code |
62 | | - * @property string $description |
63 | | - * @property string $colo_billing_ref |
64 | | - * @method static Builder|PatchPanelPort newModelQuery() |
65 | | - * @method static Builder|PatchPanelPort newQuery() |
66 | | - * @method static Builder|PatchPanelPort query() |
67 | | - * @method static Builder|PatchPanelPort whereId($value) |
68 | | - * @method static Builder|PatchPanelPort whereSwitchPortId($value) |
69 | | - * @method static Builder|PatchPanelPort wherePatchPanelId($value) |
70 | | - * @method static Builder|PatchPanelPort whereCustomerId($value) |
71 | | - * @method static Builder|PatchPanelPort whereState($value) |
72 | | - * @method static Builder|PatchPanelPort whereNotes($value) |
73 | | - * @method static Builder|PatchPanelPort whereAssignedAt($value) |
74 | | - * @method static Builder|PatchPanelPort whereConnectAt($value) |
75 | | - * @method static Builder|PatchPanelPort whereCeaseRequestedAt($value) |
76 | | - * @method static Builder|PatchPanelPort whereCeaseAt($value) |
77 | | - * @method static Builder|PatchPanelPort whereLastStateChange($value) |
78 | | - * @method static Builder|PatchPanelPort whereInternalUse($value) |
79 | | - * @method static Builder|PatchPanelPort whereChargeable($value) |
80 | | - * @method static Builder|PatchPanelPort whereDuplexMasterId($value) |
81 | | - * @method static Builder|PatchPanelPort whereNumber($value) |
82 | | - * @method static Builder|PatchPanelPort whereColoCircuitRef($value) |
83 | | - * @method static Builder|PatchPanelPort whereTicketRef($value) |
84 | | - * @method static Builder|PatchPanelPort wherePrivateNotes($value) |
85 | | - * @method static Builder|PatchPanelPort whereOwnedBy($value) |
86 | | - * @method static Builder|PatchPanelPort whereLoaCode($value) |
87 | | - * @method static Builder|PatchPanelPort whereDescription($value) |
88 | | - * @method static Builder|PatchPanelPort whereColoBillingRef($value) |
89 | | - * @mixin Eloquent |
| 61 | + * @property string|null $loa_code |
| 62 | + * @property string|null $description |
| 63 | + * @property string|null $colo_billing_ref |
| 64 | + * @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\PatchPanelPortFile[] $patchPanelPortFiles |
| 65 | + * @property-read int|null $patch_panel_port_files_count |
| 66 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort newModelQuery() |
| 67 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort newQuery() |
| 68 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort query() |
| 69 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereAssignedAt($value) |
| 70 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereCeaseRequestedAt($value) |
| 71 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereCeasedAt($value) |
| 72 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereChargeable($value) |
| 73 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereColoBillingRef($value) |
| 74 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereColoCircuitRef($value) |
| 75 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereConnectedAt($value) |
| 76 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereCustomerId($value) |
| 77 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereDescription($value) |
| 78 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereDuplexMasterId($value) |
| 79 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereId($value) |
| 80 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereInternalUse($value) |
| 81 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereLastStateChange($value) |
| 82 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereLoaCode($value) |
| 83 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereNotes($value) |
| 84 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereNumber($value) |
| 85 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereOwnedBy($value) |
| 86 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort wherePatchPanelId($value) |
| 87 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort wherePrivateNotes($value) |
| 88 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereState($value) |
| 89 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereSwitchPortId($value) |
| 90 | + * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\PatchPanelPort whereTicketRef($value) |
| 91 | + * @mixin \Eloquent |
90 | 92 | */ |
91 | 93 |
|
92 | 94 | class PatchPanelPort extends Model |
|
0 commit comments