| 1 | <?php |
||
| 11 | class WebSite extends CreativeWork |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * The International Standard Serial Number (ISSN) that identifies this |
||
| 15 | * serial publication. You can repeat this property to identify different |
||
| 16 | * formats of, or the linking ISSN (ISSN-L) for, this serial publication. |
||
| 17 | * |
||
| 18 | * @param string|string[] $issn |
||
| 19 | * |
||
| 20 | * @return static |
||
| 21 | * |
||
| 22 | * @see http://schema.org/issn |
||
| 23 | */ |
||
| 24 | public function issn($issn) |
||
| 28 | |||
| 29 | } |
||
| 30 |