| 1 | <?php |
||
| 23 | class User extends AbstractComponent implements UserInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | 870 | public function getContent() |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @inheritdoc |
||
| 42 | */ |
||
| 43 | 2 | public function __debugInfo() |
|
| 47 | |||
| 48 | /** |
||
| 49 | * Return the decoded string representation of the component |
||
| 50 | * |
||
| 51 | * @return string |
||
| 52 | */ |
||
| 53 | 30 | public function getValue() |
|
| 57 | } |
||
| 58 |