Bristol SU Support Package
src
Authentication
Contracts
ResourceIdGenerator.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\Authentication\Contracts
;
4
8
interface
ResourceIdGenerator
9
{
10
20
public
function
fromString
(
string
$resourceType): int;
21
22
}
BristolSU\Support\Authentication\Contracts\ResourceIdGenerator
Definition:
ResourceIdGenerator.php:8
BristolSU\Support\Authentication\Contracts
Definition:
Authentication.php:3
BristolSU\Support\Authentication\Contracts\ResourceIdGenerator\fromString
fromString(string $resourceType)
Generated by
1.8.13