|
Bristol SU Support Package
|


Public Member Functions | |
| getConnectorAttribute () | |
| connector () | |
Public Member Functions inherited from BristolSU\Support\Revision\HasRevisions | |
| initializeHasRevisions () | |
| getSystemUserId () | |
Static Protected Member Functions | |
| static | boot () |
Protected Attributes | |
| $table = 'connection_instances' | |
| $appends = ['connector'] | |
| $fillable | |
| $hidden = ['settings'] | |
| $casts | |
Protected Attributes inherited from BristolSU\Support\Revision\HasRevisions | |
| $historyLimit | |
| $revisionCleanup | |
Represents a connection to a third party
Definition at line 12 of file Connection.php.
|
staticprotected |
Automatically set the model user ID based on the current authenticated user.
Definition at line 59 of file Connection.php.
| BristolSU\Support\Connection\Connection::connector | ( | ) |
Get the connector linked to this connection
Definition at line 87 of file Connection.php.
References function\alias().
Referenced by BristolSU\Support\Connection\ConnectorFactory\createFromConnection(), and BristolSU\Support\Connection\Connection\getConnectorAttribute().
| BristolSU\Support\Connection\Connection::getConnectorAttribute | ( | ) |
Get the connector linked to this connection
Definition at line 77 of file Connection.php.
References BristolSU\Support\Connection\Connection\connector().
|
protected |
Definition at line 29 of file Connection.php.
|
protected |
Definition at line 52 of file Connection.php.
|
protected |
Definition at line 36 of file Connection.php.
|
protected |
Definition at line 45 of file Connection.php.
|
protected |
Definition at line 20 of file Connection.php.
1.8.13