Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions app/Models/Aggregators/BgpSessionDataAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Cache;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use IXP\Models\BgpSessionData;
use IXP\Models\Vlan;
use IXP\Exceptions\GeneralException as IXP_Exception;
Expand All @@ -20,17 +19,17 @@
* @property int|null $packetcount
* @property string|null $timestamp
* @property string|null $source
* @method static Builder|BgpSessionDataAggregator newModelQuery()
* @method static Builder|BgpSessionDataAggregator newQuery()
* @method static Builder|BgpSessionDataAggregator query()
* @method static Builder|BgpSessionDataAggregator whereDstipaddressid($value)
* @method static Builder|BgpSessionDataAggregator whereId($value)
* @method static Builder|BgpSessionDataAggregator wherePacketcount($value)
* @method static Builder|BgpSessionDataAggregator whereProtocol($value)
* @method static Builder|BgpSessionDataAggregator whereSource($value)
* @method static Builder|BgpSessionDataAggregator whereSrcipaddressid($value)
* @method static Builder|BgpSessionDataAggregator whereTimestamp($value)
* @method static Builder|BgpSessionDataAggregator whereVlan($value)
* @method static Builder<static>|BgpSessionDataAggregator newModelQuery()
* @method static Builder<static>|BgpSessionDataAggregator newQuery()
* @method static Builder<static>|BgpSessionDataAggregator query()
* @method static Builder<static>|BgpSessionDataAggregator whereDstipaddressid($value)
* @method static Builder<static>|BgpSessionDataAggregator whereId($value)
* @method static Builder<static>|BgpSessionDataAggregator wherePacketcount($value)
* @method static Builder<static>|BgpSessionDataAggregator whereProtocol($value)
* @method static Builder<static>|BgpSessionDataAggregator whereSource($value)
* @method static Builder<static>|BgpSessionDataAggregator whereSrcipaddressid($value)
* @method static Builder<static>|BgpSessionDataAggregator whereTimestamp($value)
* @method static Builder<static>|BgpSessionDataAggregator whereVlan($value)
* @mixin \Eloquent
*/
class BgpSessionDataAggregator extends BgpSessionData
Expand Down
35 changes: 16 additions & 19 deletions app/Models/Aggregators/ConsoleServerConnectionAggregatore.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,22 @@
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \IXP\Models\ConsoleServer|null $consoleServer
* @property-read \IXP\Models\CustomerTag|null $customer
* @property-read \IXP\Models\Switcher|null $switcher
* @method static Builder|ConsoleServerConnectionAggregatore newModelQuery()
* @method static Builder|ConsoleServerConnectionAggregatore newQuery()
* @method static Builder|ConsoleServerConnectionAggregatore query()
* @method static Builder|ConsoleServerConnectionAggregatore whereAutobaud($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereConsoleServerId($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereCreatedAt($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereCustid($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereDescription($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereFlowcontrol($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereId($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereNotes($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereParity($value)
* @method static Builder|ConsoleServerConnectionAggregatore wherePort($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereSpeed($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereStopbits($value)
* @method static Builder|ConsoleServerConnectionAggregatore whereUpdatedAt($value)
* @property int|null $switchid
* @method static Builder|ConsoleServerConnectionAggregatore whereSwitchid($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore newModelQuery()
* @method static Builder<static>|ConsoleServerConnectionAggregatore newQuery()
* @method static Builder<static>|ConsoleServerConnectionAggregatore query()
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereAutobaud($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereConsoleServerId($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereCreatedAt($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereCustid($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereDescription($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereFlowcontrol($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereId($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereNotes($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereParity($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore wherePort($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereSpeed($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereStopbits($value)
* @method static Builder<static>|ConsoleServerConnectionAggregatore whereUpdatedAt($value)
* @mixin \Eloquent
*/
class ConsoleServerConnectionAggregatore extends ConsoleServerConnection
Expand Down
24 changes: 11 additions & 13 deletions app/Models/Aggregators/ContactGroupAggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,17 @@
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \Illuminate\Database\Eloquent\Collection<int, \IXP\Models\Contact> $contacts
* @property-read int|null $contacts_count
* @method static Builder|ContactGroupAggregator newModelQuery()
* @method static Builder|ContactGroupAggregator newQuery()
* @method static Builder|ContactGroupAggregator query()
* @method static Builder|ContactGroupAggregator whereActive($value)
* @method static Builder|ContactGroupAggregator whereCreatedAt($value)
* @method static Builder|ContactGroupAggregator whereDescription($value)
* @method static Builder|ContactGroupAggregator whereId($value)
* @method static Builder|ContactGroupAggregator whereLimitedTo($value)
* @method static Builder|ContactGroupAggregator whereName($value)
* @method static Builder|ContactGroupAggregator whereType($value)
* @method static Builder|ContactGroupAggregator whereUpdatedAt($value)
* @property string $created
* @method static Builder|ContactGroupAggregator whereCreated($value)
* @method static Builder<static>|ContactGroupAggregator newModelQuery()
* @method static Builder<static>|ContactGroupAggregator newQuery()
* @method static Builder<static>|ContactGroupAggregator query()
* @method static Builder<static>|ContactGroupAggregator whereActive($value)
* @method static Builder<static>|ContactGroupAggregator whereCreatedAt($value)
* @method static Builder<static>|ContactGroupAggregator whereDescription($value)
* @method static Builder<static>|ContactGroupAggregator whereId($value)
* @method static Builder<static>|ContactGroupAggregator whereLimitedTo($value)
* @method static Builder<static>|ContactGroupAggregator whereName($value)
* @method static Builder<static>|ContactGroupAggregator whereType($value)
* @method static Builder<static>|ContactGroupAggregator whereUpdatedAt($value)
* @mixin \Eloquent
*/
class ContactGroupAggregator extends ContactGroup
Expand Down
Loading
Loading