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