1 | <?php |
||
24 | class ID implements MethodInterface |
||
25 | { |
||
26 | /** |
||
27 | * @param mixed $attribute |
||
28 | * @return User|null |
||
29 | */ |
||
30 | public static function getUser($attribute) |
||
38 | |||
39 | /** |
||
40 | * Validate whether the attribute is valid. |
||
41 | * @param mixed $attribute |
||
42 | * @return bool |
||
43 | */ |
||
44 | public static function validate($attribute) |
||
51 | } |
||
52 |