This repository was archived by the owner on Jun 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
src/Joserick/Plex/Machine Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ namespace Joserick \Plex \Machine ;
4
+
5
+ use Joserick \Plex \Exception \Plex_Exception_Machine ;
6
+
3
7
/**
4
8
* Plex Machine
5
9
*
8
12
* @author <[email protected] > Nick Bartkowiak
9
13
* @copyright (c) 2013 Nick Bartkowiak
10
14
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public Licence (GPLv3)
11
- * @version 0.0.2.5
15
+ * @version 0.0.2.6
12
16
*
13
17
* This file is part of php-plex.
14
18
*
32
36
* @author <[email protected] > Nick Bartkowiak
33
37
* @copyright (c) 2012 Nick Bartkowiak
34
38
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public Licence (GPLv3)
35
- * @version 0.0.2.5
39
+ * @version 0.0.2.6
36
40
*/
37
41
abstract class Plex_MachineAbstract implements Plex_MachineInterface
38
42
{
@@ -54,6 +58,12 @@ abstract class Plex_MachineAbstract implements Plex_MachineInterface
54
58
* @var integer
55
59
*/
56
60
protected $ port ;
61
+
62
+ /**
63
+ * The token of the Plex machine on the network.
64
+ * @var string
65
+ */
66
+ protected $ token ;
57
67
58
68
/**
59
69
* Returns the base URL, which will be standard for all requests made to the
You can’t perform that action at this time.
0 commit comments