Method | Description | |
---|---|---|
create ( ) | ||
create_token ( ) : string | Finds a new unique token, using a loop to make sure that the token does not already exist in the database. This could potentially become an infinite loop, but the chances of that happening are very unlikely. | |
initialize ( Jelly_Meta $meta ) | ||
update ( ) |
public create_token ( ) : string | ||
return | string |