Skip to content

Commit

Permalink
add missing abstract class in api classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Roy authored and Tony Roy committed Mar 13, 2021
1 parent 0df9b15 commit 01e4287
Show file tree
Hide file tree
Showing 74 changed files with 148 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api/Circuits/CircuitTerminations.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Circuits;

use wickedsoft\NetBox\Api\AbstractApi;

class CircuitTerminations extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Circuits/CircuitTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Circuits;

use wickedsoft\NetBox\Api\AbstractApi;

class CircuitTypes extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Circuits/Circuits.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Circuits;

use wickedsoft\NetBox\Api\AbstractApi;

class Circuits extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Circuits/Providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Circuits;

use wickedsoft\NetBox\Api\AbstractApi;

class Providers extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Cables.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Cables extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConnectedDevices.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConnectedDevices extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConsoleConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConsoleConnections extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConsolePortTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConsolePortTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConsolePorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConsolePorts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConsoleServerPortTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConsoleServerPortTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/ConsoleServerPorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class ConsoleServerPorts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/DeviceBayTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class DeviceBayTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/DeviceBays.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class DeviceBays extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/DeviceRoles.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class DeviceRoles extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/DeviceTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class DeviceTypes extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Devices extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/FrontPortTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class FrontPortTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/FrontPorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class FrontPorts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/InterfaceConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class InterfaceConnections extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/InterfaceTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class InterfaceTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Interfaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Interfaces extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/InventoryItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class InventoryItems extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Manufacturers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Manufacturers extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Platforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Platforms extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerFeeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerFeeds extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerOutletTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerOutletTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerOutlets.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerOutlets extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerPanels.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerPanels extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerPortTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerPortTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/PowerPorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class PowerPorts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/RackGroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class RackGroups extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/RackReservations.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class RackReservations extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/RackRoles.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class RackRoles extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Racks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Racks extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/RearPortTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class RearPortTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/RearPorts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class RearPorts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Regions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Regions extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/Sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class Sites extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/DCMI/VirtualChassis.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\DCMI;

use wickedsoft\NetBox\Api\AbstractApi;

class VirtualChassis extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Extras/ConfigContexts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Extras;

use wickedsoft\NetBox\Api\AbstractApi;

class ConfigContexts extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Extras/ContentTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Extras;

use wickedsoft\NetBox\Api\AbstractApi;

class ContentTypes extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Extras/CustomFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Extras;

use wickedsoft\NetBox\Api\AbstractApi;

class CustomFields extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Extras/ExportTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Extras;

use wickedsoft\NetBox\Api\AbstractApi;

class ExportTemplates extends AbstractApi
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Api/Extras/ImageAttachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace wickedsoft\NetBox\Api\Extras;

use wickedsoft\NetBox\Api\AbstractApi;

class ImageAttachments extends AbstractApi
{
/**
Expand Down
Loading

0 comments on commit 01e4287

Please sign in to comment.