| 1 | <?php |
||
| 26 | class IndexMetadata implements \Serializable |
||
| 27 | { |
||
| 28 | public $index; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * IndexMetadata constructor. |
||
| 32 | * |
||
| 33 | * @param $index |
||
| 34 | */ |
||
| 35 | public function __construct($index) |
||
| 39 | |||
| 40 | public function getValue() |
||
| 44 | |||
| 45 | public function serialize() |
||
| 51 | |||
| 52 | public function unserialize($str) |
||
| 58 | |||
| 59 | } |
||
| 60 |