PHP 클래스 Chrisbjr\ApiGuard\Repositories\ApiLogRepository

상속: extends Eloquen\Eloquent
파일 보기 프로젝트 열기: chrisbjr/api-guard 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable
$table

공개 메소드들

메소드 설명
apiKey ( ) : ApiKeyRepository
countApiKeyRequests ( $apiKeyId, $routeAction, $method, $keyIncrementTime )
countMethodRequests ( $routeAction, $method, $keyIncrementTime )

메소드 상세

apiKey() 공개 메소드

public apiKey ( ) : ApiKeyRepository
리턴 ApiKeyRepository

countApiKeyRequests() 공개 메소드

public countApiKeyRequests ( $apiKeyId, $routeAction, $method, $keyIncrementTime )

countMethodRequests() 공개 메소드

public countMethodRequests ( $routeAction, $method, $keyIncrementTime )

프로퍼티 상세

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

protected $fillable

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

protected $table