PHP Class Rubenwouters\CrmLauncher\Models\Configuration

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: rubenwouters/crm-launcher Class Usage Examples

Protected Properties

Property Type Description
$table string table name

Public Methods

Method Description
insertTwitterId ( collection $verification ) : void Inserts Twitter id & screen name in configuration table
scopeFbAccessToken ( $query ) * |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Configuration model |
scopeTwitterId ( $query )

Method Details

insertTwitterId() public method

Inserts Twitter id & screen name in configuration table
public insertTwitterId ( collection $verification ) : void
$verification collection
return void

scopeFbAccessToken() public method

* |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Configuration model |
public scopeFbAccessToken ( $query )

scopeTwitterId() public method

public scopeTwitterId ( $query )

Property Details

$table protected property

table name
protected string $table
return string