| 1 | <?php |
||
| 23 | class Pass extends AbstractComponent implements PassInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | 450 | public function getContent() |
|
| 39 | |||
| 40 | /** |
||
| 41 | * Return the decoded string representation of the component |
||
| 42 | * |
||
| 43 | * @return null|string |
||
| 44 | */ |
||
| 45 | 30 | public function getDecoded() |
|
| 53 | 2 | ||
| 54 | /** |
||
| 55 | 2 | * @inheritdoc |
|
| 56 | */ |
||
| 57 | public function __debugInfo() |
||
| 61 | } |
||
| 62 |