PHP Class Chrisbjr\ApiGuard\Repositories\ApiLogRepository

Inheritance: extends Eloquen\Eloquent
Show file Open project: chrisbjr/api-guard Class Usage Examples

Protected Properties

Property Type Description
$fillable
$table

Public Methods

Method Description
apiKey ( ) : ApiKeyRepository
countApiKeyRequests ( $apiKeyId, $routeAction, $method, $keyIncrementTime )
countMethodRequests ( $routeAction, $method, $keyIncrementTime )

Method Details

apiKey() public method

public apiKey ( ) : ApiKeyRepository
return ApiKeyRepository

countApiKeyRequests() public method

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

countMethodRequests() public method

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

Property Details

$fillable protected property

protected $fillable

$table protected property

protected $table