PHP 클래스 Rubenwouters\CrmLauncher\Models\Configuration

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: rubenwouters/crm-launcher 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$table string table name

공개 메소드들

메소드 설명
insertTwitterId ( collection $verification ) : void Inserts Twitter id & screen name in configuration table
scopeFbAccessToken ( $query ) * |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Configuration model |
scopeTwitterId ( $query )

메소드 상세

insertTwitterId() 공개 메소드

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

scopeFbAccessToken() 공개 메소드

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

scopeTwitterId() 공개 메소드

public scopeTwitterId ( $query )

프로퍼티 상세

$table 보호되어 있는 프로퍼티

table name
protected string $table
리턴 string