Method | Description | |
---|---|---|
getTicksBeforeUnderLimit ( $identifier ) : float | Returns the number of ticks before the limits will be available again. | |
hasReachedLimit ( string $identifier ) : boolean | Returns true if the limit was reached. | |
tick ( string $identifier ) | Add a tick. |
public getTicksBeforeUnderLimit ( $identifier ) : float | ||
return | float |
public hasReachedLimit ( string $identifier ) : boolean | ||
$identifier | string | |
return | boolean |