1 | <?php |
||
13 | class MediaSubscription extends BaseType |
||
14 | { |
||
15 | /** |
||
16 | * The Organization responsible for authenticating the user's subscription. |
||
17 | * For example, many media apps require a cable/satellite provider to |
||
18 | * authenticate your subscription before playing media. |
||
19 | * |
||
20 | * @param Organization|Organization[] $authenticator |
||
21 | * |
||
22 | * @return static |
||
23 | * |
||
24 | * @see http://schema.org/authenticator |
||
25 | */ |
||
26 | public function authenticator($authenticator) |
||
30 | |||
31 | /** |
||
32 | * |
||
33 | * |
||
34 | * @param $expectsAcceptanceOf |
||
35 | * |
||
36 | * @return static |
||
37 | * |
||
38 | * @see http://schema.org/expectsAcceptanceOf |
||
39 | */ |
||
40 | public function expectsAcceptanceOf($expectsAcceptanceOf) |
||
44 | |||
45 | } |
||
46 |